common-util

Uses of Interface
local.tomas.util.sync.SyncInterface

Packages that use SyncInterface
local.tomas.util.sync This package contains synchronization classes. 
 

Uses of SyncInterface in local.tomas.util.sync
 

Classes in local.tomas.util.sync that implement SyncInterface
 class Mutex
          A Mutex can be used to assert mutual exclusive access to a resource.
 class Semaphore
          A Semaphore is a kind of synchronized counter.
 


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.