|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Sync | Deprecated. use EDU.oswego.cs.dl.util.concurrent.Sync instead |
Class Summary | |
ConditionalEvent | Deprecated. use EDU.oswego.cs.dl.util.concurrent.CondVar instead |
DijkstraSemaphore | Deprecated. use EDU.oswego.cs.dl.util.concurrent.Semaphore instead |
DjikstraSemaphore | Deprecated. Replaced by DijkstraSemaphore . |
Lock | Deprecated. use the Mutex class instead |
Mutex | Deprecated. use EDU.oswego.cs.dl.util.concurrent.Mutex instead |
ReadWriteLock | Deprecated. use EDU.oswego.cs.dl.util.concurrent.ReadWriteLock instead |
Semaphore | Deprecated. use EDU.oswego.cs.dl.util.concurrent.Semaphore instead |
ThreadBarrier | Deprecated. use EDU.oswego.cs.dl.util.concurrent.CyclicBarrier instead |
Concurrency control utilities.
This is deprecated in favor of Doug Lea's concurrency utils.
This package provides utility classes commonly needed in concurrent java programming. They include important thread handling classes like Lock (a Mutex implementation), DjikstraSemaphore, ThreadBarrier, and ConditionalEvent. Read the javadocs for more information, and check out the excalibur 4.1 release for sample usage.
Doug Lea's util.concurrent package is the de-facto standard for concurrency management, and it provides all the functionality of Excalibur Concurrent. It is intended to be the replacement of the Collections code in Excalibur.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |