Package com.trackstudio.kernel.lock

Interface Summary
Sync Main interface for locks, gates, and conditions.
 

Class Summary
LockManager  
ReentrantLock A lock with the same semantics as builtin Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.
 



Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.