Uses of Interface
org.apache.openejb.core.stateful.LockFactory

Packages that use LockFactory
org.apache.openejb.core.stateful   
 

Uses of LockFactory in org.apache.openejb.core.stateful
 

Classes in org.apache.openejb.core.stateful that implement LockFactory
 class DefaultLockFactory
           
 

Fields in org.apache.openejb.core.stateful declared as LockFactory
protected  LockFactory StatefulContainer.lockFactory
           
 

Methods in org.apache.openejb.core.stateful that return LockFactory
 LockFactory StatefulContainer.getLockFactory()
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type LockFactory
StatefulContainer(Object id, SecurityService securityService, Cache<Object,Instance> cache, Duration accessTimeout, boolean preventExtendedEntityManagerSerialization, LockFactory lockFactory)
           
 



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