站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Package org.jboss.ejb.plugins.lock (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Package
org.jboss.ejb.plugins.lock

Packages that use org.jboss.ejb.plugins.lock
org.jboss.ejb Package description goes here
org.jboss.ejb.plugins.cmp.jdbc.bridge Package description goes here
org.jboss.ejb.plugins.lock Package description goes here
 

Classes in org.jboss.ejb.plugins.lock used by org.jboss.ejb
NonReentrantLock
          Implementents a non reentrant lock with deadlock detection

It will throw a ReentranceException if the same thread tries to acquire twice or the same transaction tries to acquire twice

 

Classes in org.jboss.ejb.plugins.lock used by org.jboss.ejb.plugins.cmp.jdbc.bridge
Entrancy
          This type safe enumeration s used to mark an invocation as non-entrant.
 

Classes in org.jboss.ejb.plugins.lock used by org.jboss.ejb.plugins.lock
BeanLockSupport
          Support for the BeanLock
Entrancy
          This type safe enumeration s used to mark an invocation as non-entrant.
NoLock
          No locking what-so-ever Holds all locks for entity beans, not used for stateful.
NonReentrantLock.ReentranceException
           
QueuedPessimisticEJBLock
          This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.