Method Summary |
|
public void | ejbActivate() The activate method is called when the instance is activated from its
"passive" state. |
public void | ejbCreate() Create an new instance of StaffDirectoryEJB. |
public void | ejbPassivate() The passivate method is called before the instance enters the
"passive" state. |
public void | ejbRemove() A container invokes this method before it ends the life of the session
object. |
public Principal | getEJBPrincipal() Returns the user currently logged on as a Principal . |
public void | setSessionContext(SessionContext context) Set the associated session context. |