Uses of Class
org.jboss.ejb.StatefulSessionEnterpriseContext

Packages that use StatefulSessionEnterpriseContext
org.jboss.ejb Package description goes here
org.jboss.ejb.plugins Package description goes here
 

Uses of StatefulSessionEnterpriseContext in org.jboss.ejb
 

Methods in org.jboss.ejb with parameters of type StatefulSessionEnterpriseContext
 void StatefulSessionPersistenceManager.activateSession(StatefulSessionEnterpriseContext ctx)
          Activate the SFSB for the given context.
 void StatefulSessionPersistenceManager.createdSession(StatefulSessionEnterpriseContext ctx)
          Called after the SFSB's ejbCreate method has been successfully invoked to allow the PM to perform an post creation setup.
 Object StatefulSessionPersistenceManager.createId(StatefulSessionEnterpriseContext ctx)
          Create a unique identifier for the given SFSB context.
 void StatefulSessionPersistenceManager.passivateSession(StatefulSessionEnterpriseContext ctx)
          Passivate the SFSB for the given context.
 void StatefulSessionPersistenceManager.removeSession(StatefulSessionEnterpriseContext ctx)
          Remove the SFSB for the given context.
 

Uses of StatefulSessionEnterpriseContext in org.jboss.ejb.plugins
 

Methods in org.jboss.ejb.plugins with parameters of type StatefulSessionEnterpriseContext
 void StatefulSessionFilePersistenceManager.activateSession(StatefulSessionEnterpriseContext ctx)
          Restores session state from the serialized file & invokes SessionBean.ejbActivate() on the target bean.
 void StatefulSessionFilePersistenceManager.createdSession(StatefulSessionEnterpriseContext ctx)
          Non-operation.
 Object StatefulSessionFilePersistenceManager.createId(StatefulSessionEnterpriseContext ctx)
           
 void StatefulSessionFilePersistenceManager.passivateSession(StatefulSessionEnterpriseContext ctx)
          Invokes SessionBean.ejbPassivate() on the target bean and saves the state of the session to a file.
 void StatefulSessionFilePersistenceManager.removeSession(StatefulSessionEnterpriseContext ctx)
          Invokes SessionBean.ejbRemove() on the target bean.
 

Constructors in org.jboss.ejb.plugins with parameters of type StatefulSessionEnterpriseContext
SessionObjectInputStream(StatefulSessionEnterpriseContext ctx, InputStream in)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.