Package com.lti.utils.synchronization

Provides utilities for thread synchronization.

See:
          Description

Interface Summary
MessageDrivenThreadListener  
 

Class Summary
CloseableThread A base class for threads which need to be gracefully closed, since Thread.stop() is deprecated.
MessageDrivenThread A useful base class for a thread that wishes to simply respond to messages.
ProducerConsumerQueue<T> A synchronized queue where get/put waits if needed.
SynchronizedBoolean Useful class for setting a flag between threads.
SynchronizedObjectHolder<T>  
 

Package com.lti.utils.synchronization Description

Provides utilities for thread synchronization.