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

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

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

Fields in org.apache.openejb.core.stateful declared as StatefulInstanceManager
protected  StatefulInstanceManager StatefulContainer.instanceManager
           
 

Methods in org.apache.openejb.core.stateful that return StatefulInstanceManager
 StatefulInstanceManager StatefulContainer.getInstanceManager()
           
protected  StatefulInstanceManager StatefulContainer.newStatefulInstanceManager(TransactionManager transactionManager, SecurityService securityService, Class passivator, int timeOut, int poolSize, int bulkPassivate)
           
 

Methods in org.apache.openejb.core.stateful with parameters of type StatefulInstanceManager
protected  void SessionSynchronizationCoordinator.discardInstance(StatefulInstanceManager instanceManager, ThreadContext callContext)
           
 



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