Uses of Package
org.jtoolkit.essence.concurrency

Packages that use org.jtoolkit.essence.concurrency
org.jtoolkit.essence.app This package contains the container build and control. 
org.jtoolkit.essence.app.pojo This package contains the classes for defining simple data value object and components. 
org.jtoolkit.essence.concurrency This package manages Threads, asynchronous execution and thread safety. 
org.jtoolkit.essence.data This package contains the store/map/queue build and access. 
org.jtoolkit.essence.utils This package contains the utility classes and base interfaces. 
 

Classes in org.jtoolkit.essence.concurrency used by org.jtoolkit.essence.app
NotThreadSafe
          Marks a class as expecting to be called in a signle threaded context.
ThreadSafe
          Marks a class as mutable and thread safe.
 

Classes in org.jtoolkit.essence.concurrency used by org.jtoolkit.essence.app.pojo
Immutable
          Marks a class as immutable and thus thread safe, a parameter as unchanged and a method which does not change this.
NotThreadSafe
          Marks a class as expecting to be called in a signle threaded context.
 

Classes in org.jtoolkit.essence.concurrency used by org.jtoolkit.essence.concurrency
Callback
          Represents a Callback.
CallbackEx
          Represents a Callback which can optionally process an Exception.
CallbackSet.CallbackMode
          The mode for Callbacks in the setCopy.
Concurrency
          Represents the level of concurrency a thread safe component can achieve.
Immutable
          Marks a class as immutable and thus thread safe, a parameter as unchanged and a method which does not change this.
Timeout
          A standardised timeout with a fixed end time.
 

Classes in org.jtoolkit.essence.concurrency used by org.jtoolkit.essence.data
Callback
          Represents a Callback.
CallbackEx
          Represents a Callback which can optionally process an Exception.
CallbackSet
          Represents a Callback which is a set of callbacks.
Immutable
          Marks a class as immutable and thus thread safe, a parameter as unchanged and a method which does not change this.
NotThreadSafe
          Marks a class as expecting to be called in a signle threaded context.
ThreadSafe
          Marks a class as mutable and thread safe.
Timeout
          A standardised timeout with a fixed end time.
Timeout.TimeoutException
           
 

Classes in org.jtoolkit.essence.concurrency used by org.jtoolkit.essence.utils
Immutable
          Marks a class as immutable and thus thread safe, a parameter as unchanged and a method which does not change this.
ThreadSafe
          Marks a class as mutable and thread safe.
 



Copyright © Peter Lawrey. All Rights Reserved.