|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.util.Semaphore | +--org.jboss.ejb.plugins.BeanSemaphore
Allow ability to mark a Semaphore as no longer valid for mutex locking
Constructor Summary | |
BeanSemaphore(int allowed)
|
Method Summary | |
void |
invalidate()
|
boolean |
isValid()
|
Methods inherited from class org.jboss.util.Semaphore |
acquire, getUsers, logAcquire, logDeadlock, logRelease, release, toString, waitImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BeanSemaphore(int allowed)
Method Detail |
public void invalidate()
public boolean isValid()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |