org.jboss.aspects.concurrent |
|
Java Source File Name | Type | Comment |
LatchAspect.java | Class | |
Latched.java | Annotation | |
LatchedObject.java | Interface | |
LatchedObjectMixin.java | Class | |
LockAcquisitionFailureException.java | Class | |
MutexAspect.java | Class | |
MutexAspectFactory.java | Class | |
Mutexed.java | Annotation | |
MutexedMethod.java | Annotation | Attach a semaphore to a method. |
MutexedMethodAspect.java | Class | |
MutexedObject.java | Interface | |
MutexedObjectMixin.java | Class | |
MutexLocked.java | Annotation | |
SemaphoreAspect.java | Class | |
Semaphored.java | Annotation | |
SemaphoredMethod.java | Annotation | Attach a semaphore to a method. |
SemaphoredMethodAspect.java | Class | |
SemaphoredObject.java | Interface | |
SemaphoredObjectMixin.java | Class | |
SemaphoreLocked.java | Annotation | Only a certain amount of threads can access a @Semaphored object. |