当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
MethodOnlyEJBLock (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.lock
Class MethodOnlyEJBLock
java.lang.Object
org.jboss.ejb.plugins.lock.BeanLockSupport
org.jboss.ejb.plugins.lock.NoLock
org.jboss.ejb.plugins.lock.MethodOnlyEJBLock
- All Implemented Interfaces:
- BeanLock, BeanLockExt, org.jboss.util.deadlock.Resource
- public class MethodOnlyEJBLock
- extends NoLock
This class has been deprecated.
Holds all locks for entity beans, not used for stateful.
All BeanLocks have a reference count.
When the reference count goes to 0, the lock is released from the
id -> lock mapping.
- Version:
- $Revision: 1.7 $
Revisions:
2001/08/08: billb
- Initial revision
- Author:
- Bill Burke
Methods inherited from class org.jboss.ejb.plugins.lock.BeanLockSupport |
addRef, attemptSync, getId, getRefs, getResourceHolder, getTransaction, releaseSync, removeRef, setContainer, setId, setTimeout, setTransaction, sync |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodOnlyEJBLock
public MethodOnlyEJBLock()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.