org.apache.openejb.core.stateful
Class DefaultLockFactory

java.lang.Object
  extended by org.apache.openejb.core.stateful.DefaultLockFactory
All Implemented Interfaces:
LockFactory

public class DefaultLockFactory
extends Object
implements LockFactory


Nested Class Summary
static class DefaultLockFactory.DefaultLock
           
 
Nested classes/interfaces inherited from interface org.apache.openejb.core.stateful.LockFactory
LockFactory.StatefulLock
 
Constructor Summary
DefaultLockFactory()
           
 
Method Summary
 LockFactory.StatefulLock newLock(String beanId)
           
 void setContainer(StatefulContainer statefulContainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLockFactory

public DefaultLockFactory()
Method Detail

newLock

public LockFactory.StatefulLock newLock(String beanId)
Specified by:
newLock in interface LockFactory

setContainer

public void setContainer(StatefulContainer statefulContainer)
Specified by:
setContainer in interface LockFactory


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.