|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.activitysessions.ASBeanManagedEJB.ASBeanManagedEJBBean
public class ASBeanManagedEJBBean
Constructor Summary | |
---|---|
ASBeanManagedEJBBean()
|
Method Summary | |
---|---|
void |
ejbActivate()
ejbActivate |
void |
ejbCreate()
ejbCreate |
void |
ejbPassivate()
ejbPassivate |
void |
ejbRemove()
ejbRemove |
javax.ejb.SessionContext |
getSessionContext()
getSessionContext |
java.lang.String |
performTasks()
This remote method is called by the client to run the sample. |
void |
setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASBeanManagedEJBBean()
Method Detail |
---|
public java.lang.String performTasks()
The bean performs three variations of the same basic sequence
The first sequence uses the commit option, the second uses the rollback option and the third leaves the local transaction active.
public javax.ejb.SessionContext getSessionContext()
public void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext
in interface javax.ejb.SessionBean
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbCreate()
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |