common-util

Package local.tomas.util.sync

This package contains synchronization classes.

See:
          Description

Interface Summary
SyncInterface Title: Generic synchronization interface Description: Copyright: Copyright (c) 2001 Company: Tomas Teubner
 

Class Summary
Condition A Condition is used to exchange the state of a boolean condition between threads.
Mutex A Mutex can be used to assert mutual exclusive access to a resource.
Semaphore A Semaphore is a kind of synchronized counter.
 

Package local.tomas.util.sync Description

This package contains synchronization classes.


common-util

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