|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.objectweb.jonas.jtests.beans.local.SimpleSessionSL
Stateless Session
Field Summary | |
boolean |
createdViaCreateXX
|
boolean |
createdViaCreateYY
|
protected static org.objectweb.util.monolog.api.Logger |
logger
|
int |
number
|
java.lang.String |
string
|
Constructor Summary | |
SimpleSessionSL()
|
Method Summary | |
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. |
void |
ejbCreate()
The Session bean must define 1 or more ejbCreate methods. |
void |
ejbPassivate()
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object. |
void |
ejbRemove()
A container invokes this method before it ends the life of the session object. |
int |
getNumber()
getNumber Not called |
java.lang.String |
getString()
getString Not called |
int |
getTen()
getTen |
boolean |
isCreatedViaCreateXX()
isCreatedViaCreateXX Not called |
void |
method2(java.lang.String s)
method2 |
void |
setSessionContext(javax.ejb.SessionContext ctx)
Set the associated session context. |
Field Detail |
protected static org.objectweb.util.monolog.api.Logger logger
public java.lang.String string
public int number
public boolean createdViaCreateXX
public boolean createdViaCreateYY
Constructor Detail |
public SimpleSessionSL()
Method Detail |
public void setSessionContext(javax.ejb.SessionContext ctx)
sessionContext
- A SessionContext interface for the instance.EJBException
- Thrown by the method to indicate a failure caused by
a system-level error.public void ejbRemove()
EJBException
- Thrown by the method to indicate a failure caused by
a system-level error.public void ejbCreate() throws javax.ejb.CreateException
CreateException
- Failure to create a session EJB object.public void ejbPassivate()
public void ejbActivate()
public int getTen()
public void method2(java.lang.String s)
public int getNumber()
public java.lang.String getString()
public boolean isCreatedViaCreateXX()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |