Uses of Class
org.apache.openejb.core.stateful.BeanEntry

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

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

Methods in org.apache.openejb.core.stateful that return BeanEntry
protected  BeanEntry StatefulInstanceManager.activate(Object primaryKey)
           
protected  BeanEntry StatefulInstanceManager.getBeanEntry(ThreadContext callContext)
           
protected  BeanEntry StatefulInstanceManager.newBeanEntry(Object primaryKey, Object bean)
           
 

Methods in org.apache.openejb.core.stateful that return types with arguments of type BeanEntry
protected  Hashtable<Object,BeanEntry> StatefulInstanceManager.getBeanIndex(ThreadContext threadContext)
           
 

Methods in org.apache.openejb.core.stateful with parameters of type BeanEntry
 Object StatefulInstanceManager.activateInstance(ThreadContext callContext, BeanEntry entry)
           
protected  InvalidateReferenceException StatefulInstanceManager.destroy(ThreadContext callContext, BeanEntry entry, Exception t)
           
protected  void StatefulInstanceManager.handleTimeout(BeanEntry entry, ThreadContext threadContext)
           
protected  void StatefulInstanceManager.onFreeBeanEntry(ThreadContext threadContext, BeanEntry entry)
           
protected  void StatefulInstanceManager.onPoolInstanceWithoutTransaction(ThreadContext callContext, BeanEntry entry)
           
 void StatefulInstanceManager.passivate(ThreadContext threadContext, BeanEntry currentEntry)
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type BeanEntry
BeanEntry(BeanEntry prototype)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.