|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.Semaphore
org.jboss.ejb.plugins.BeanSemaphore
public class 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||