Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » [javadoc | source]
org.jboss.ejb.plugins
public class: BeanSemaphore [javadoc | source]
java.lang.Object
   org.jboss.util.Semaphore
      org.jboss.ejb.plugins.BeanSemaphore

All Implemented Interfaces:
    Sync

Allow ability to mark a Semaphore as no longer valid for mutex locking
Constructor:
 public BeanSemaphore(int allowed) 
Method from org.jboss.ejb.plugins.BeanSemaphore Summary:
invalidate,   isValid
Methods from org.jboss.util.Semaphore:
acquire,   getUsers,   logAcquire,   logDeadlock,   logRelease,   release,   toString,   waitImpl
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.BeanSemaphore Detail:
 public  void invalidate() 
 public boolean isValid()