Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.jgroups.util

Classes in org.jgroups.util used by org.jgroups.util
Buffer
          Buffer with an offset and length.
CondVar
          Class that checks on a condition and - if condition doesn't match the expected result - waits until the result matches the expected result, or a timeout occurs.
ContextObjectInputStream
          ObjectInputStream which sets a contact classloader for reading bytes into objects.
List
          Doubly-linked list.
List.Element
           
Promise
          Allows a thread to submit an asynchronous request and to wait for the result.
Proxy.MyInetSocketAddress
           
Proxy.Relayer
           
Proxy.Relayer.Listener
           
Queue
          Elements are added at the tail and removed from the head.
Queue.Element
          the class Element indicates an object in the queue.
Queue2.Element
          the class Element indicates an object in the queue.
QueueClosedException
           
ReusableThread
          Reusable thread class.
Rsp
          class that represents a response from a communication
Scheduler.Task
           
SchedulerListener
          Provides callback for use with a Scheduler.
Streamable
          Implementations of Streamable can add their state directly to the output stream, enabling them to bypass costly serialization
ThreadPool
          Maintains a set of ReusableThreads.
TimedWriter.Timeout
           
TimeScheduler.IntTask
          Internal task class.
TimeScheduler.Task
          The interface that submitted tasks must implement
TimeScheduler.TaskQueue
          The task queue used by the scheduler.