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 int | getNumber() |
public String | getString() |
public int | getTen() |
public boolean | isCreatedViaCreateXX() |
public void | method2(java.lang.String s) |
public void | setSessionContext(SessionContext ctx) Set the associated session context. |