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

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

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

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

Methods in org.apache.openejb.core.stateful that return LockFactory.StatefulLock
 LockFactory.StatefulLock Instance.getLock()
           
 LockFactory.StatefulLock LockFactory.newLock(String beanId)
           
 LockFactory.StatefulLock DefaultLockFactory.newLock(String beanId)
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type LockFactory.StatefulLock
Instance(BeanContext beanContext, Object primaryKey, Object containerId, Object bean, javax.enterprise.context.spi.CreationalContext creationalContext, Map<String,Object> interceptors, Map<javax.persistence.EntityManagerFactory,JtaEntityManagerRegistry.EntityManagerTracker> entityManagers, LockFactory.StatefulLock lock)
           
Instance(Object deploymentId, Object primaryKey, Object containerId, Object bean, javax.enterprise.context.spi.CreationalContext creationalContext, Map<String,Object> interceptors, JtaEntityManagerRegistry.EntityManagerTracker[] entityManagerArray, LockFactory.StatefulLock lock)
           
 



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