| org.apache.geronimo.openejb.cluster.stateful.container.ClusteredStatefulInstanceManager
ClusteredStatefulInstanceManager | public class ClusteredStatefulInstanceManager extends StatefulInstanceManager implements SessionManagerTracker(Code) | | version: $Rev:$ $Date:$ |
Inner Class :protected enum SessionOperation | |
Constructor Summary | |
public | ClusteredStatefulInstanceManager(TransactionManager transactionManager, SecurityService securityService, JtaEntityManagerRegistry jtaEntityManagerRegistry, Class passivatorClass, int timeout, int poolSize, int bulkPassivate) |
ClusteredStatefulInstanceManager | public ClusteredStatefulInstanceManager(TransactionManager transactionManager, SecurityService securityService, JtaEntityManagerRegistry jtaEntityManagerRegistry, Class passivatorClass, int timeout, int poolSize, int bulkPassivate) throws OpenEJBException(Code) | | |
deploy | public void deploy(CoreDeploymentInfo deploymentInfo, Index<Method, MethodType> index) throws OpenEJBException(Code) | | |
onFreeBeanEntry | protected void onFreeBeanEntry(ThreadContext callContext, BeanEntry entry)(Code) | | |
onPoolInstanceWithoutTransaction | protected void onPoolInstanceWithoutTransaction(ThreadContext callContext, BeanEntry entry)(Code) | | |
undeploy | public void undeploy(CoreDeploymentInfo deploymentInfo) throws OpenEJBException(Code) | | |
|
|