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

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


Uses of Interface
org.jboss.ejb.BeanLock

Packages that use BeanLock
org.jboss.ejb Package description goes here
org.jboss.ejb.plugins Package description goes here
org.jboss.ejb.plugins.lock Package description goes here
 

Uses of BeanLock in org.jboss.ejb
 

Subinterfaces of BeanLock in org.jboss.ejb
 interface BeanLockExt
          An extension of the BeanLock interface that adds support for non-blocking acquisition of a lock.
 

Methods in org.jboss.ejb that return BeanLock
 BeanLock BeanLockManager.getLock(Object id)
          returns the lock associated with the key passed.
 

Uses of BeanLock in org.jboss.ejb.plugins
 

Fields in org.jboss.ejb.plugins declared as BeanLock
protected  BeanLock EntitySynchronizationInterceptor.InstanceSynchronization.lock
          The context lock
 

Methods in org.jboss.ejb.plugins with parameters of type BeanLock
protected  void StatefulSessionInstanceInterceptor.register(EnterpriseContext ctx, Transaction tx, BeanLock lock)
           
 

Uses of BeanLock in org.jboss.ejb.plugins.lock
 

Classes in org.jboss.ejb.plugins.lock that implement BeanLock
 class BeanLockSupport
          Support for the BeanLock
 class JDBCOptimisticLock
          This class is an optmistic lock implementation.
 class MethodOnlyEJBLock
          This class has been deprecated.
 class NoLock
          No locking what-so-ever Holds all locks for entity beans, not used for stateful.
 class QueuedPessimisticEJBLock
          This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue.
 class QueuedPessimisticEJBLockNoADE
          A subclass of QueuedPessimisticEJBLock that disables the deadlock detection of QueuedPessimisticEJBLock.
 class SimpleReadWriteEJBLock
          This lock allows multiple read locks concurrently.
 



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