Method Summary |
|
public void | ejbActivate() A container invokes this method when the instance is taken out of
the pool of available instances to become associated with a specific
EJB object. |
public void | ejbCreate() The Session bean must define 1 or more ejbCreate methods. |
public void | ejbPassivate() A container invokes this method on an instance before the instance
becomes disassociated with a specific EJB object. |
public void | ejbRemove() A container invokes this method before it ends the life of the session object. |
public void | process(long time) |
public void | processwithconn(long time) |
public void | setSessionContext(SessionContext ctx) Set the associated session context. |