|
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.server.bean.BaseSingleAction
com.ibm.btt.server.bean.StatefulSingleAction
This class is the supper class for customer's stateful Single Action EJB. It encapsulates some basic functions, such as session management, context operations. The customer's stateful EJB could extend from this class and provide his own execute() method.
Field Summary |
---|
Fields inherited from class com.ibm.btt.server.bean.BaseSingleAction |
---|
bttUserWorkArea, COMPID, systemData |
Constructor Summary | |
---|---|
StatefulSingleAction()
|
Method Summary | |
---|---|
void |
ejbCreate()
This method is used only when the Work Area is used to implement session propagation. |
void |
ejbCreate(BTTSystemData sysData)
This method is used when the Work Area is NOT used to implement session propagation. |
Methods inherited from class com.ibm.btt.server.bean.BaseSingleAction |
---|
addElement, assignService, chainTo, close, ejbRemove, getApplicationId, getContext, getContextByType, getContextName, getElementAt, getFormat, getInstanceId, getKeyedCollection, getName, getOriginWorkstation, getParent, getService, getSessionId, getType, getValueAt, initialize, isChained, isDistributedContext, mapResponseFromCHA, prune, releaseService, removeAt, runInSession, setApplicationId, setContext, setContextName, setIsDistributedContext, setKeyedCollection, setName, setOriginWorkstation, setSessionId, setType, setupSessionContext, setupSessionContext, setValueAt, unassignService, unchain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatefulSingleAction()
Method Detail |
public void ejbCreate() throws BTTSAEException
BTTSAEException
public void ejbCreate(BTTSystemData sysData) throws BTTSAEException
sysData
- com.ibm.btt.base.BTTSystemData
BTTSAEException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |