|
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.StatelessSingleAction
This class is the supper class for customer's stateless Single Action EJB. It encapsulates some basic functions, such as context operations. The customer's stateless 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 | |
---|---|
StatelessSingleAction()
|
Method Summary | |
---|---|
void |
ejbCreate()
This method performs ejbCreate, and implements session propagation with Work Area if avail. |
void |
initialize(BTTSystemData sysData)
This method implements session propagation when Work Area is not available. |
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 StatelessSingleAction()
Method Detail |
public void ejbCreate() throws BTTSAEException
BTTSAEException
public void initialize(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 |