|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cha.ejb.InitContextTreeStarupBean
Bean implementation class for Enterprise Bean: InitContextTreeStarupBean
Constructor Summary | |
---|---|
InitContextTreeStarupBean()
|
Method Summary | |
---|---|
void |
ejbActivate()
ejbActivate |
void |
ejbCreate()
ejbCreate |
void |
ejbPassivate()
ejbPassivate |
void |
ejbRemove()
ejbRemove |
javax.ejb.SessionContext |
getSessionContext()
getSessionContext |
void |
setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext |
boolean |
start()
If we set a valid value for InitTailContextName, InitContextTreeStarupBean will initialize the context tree from root context until the context whose name matchs the vaule of variable InitTailContextName defined in dse.ini. |
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitContextTreeStarupBean()
Method Detail |
public javax.ejb.SessionContext getSessionContext()
public void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext
in interface javax.ejb.SessionBean
public void ejbCreate() throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public boolean start()
public void stop()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |