Methods Summary |
---|
public org.jboss.ejb3.stateful.StatefulBeanContext | activateSession(java.lang.Object id)Restores session state from the serialized file & invokes
{@link javax.ejb.SessionBean#ejbActivate} on the target bean.
|
public void | destroy()
|
public int | getNumPassivatedBeans()
|
public java.util.List | getPassivatedBeans()
|
public void | initialize(org.jboss.ejb3.Container container)
|
public void | passivateSession(org.jboss.ejb3.stateful.StatefulBeanContext ctx)Invokes {@link javax.ejb.SessionBean#ejbPassivate} on the target bean and saves the
state of the session to a file.
|
public void | removePassivated(java.lang.Object id)Removes the saved state file (if any) for the given session id.
|