|
IBM Bank 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
public class 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 |
---|
actionContext, bttUserWorkArea, COMPID, id, isDistributedContext, originWorkstation, systemData |
Constructor Summary | |
---|---|
StatefulSingleAction()
|
Method Summary | |
---|---|
void |
ejbCreate()
|
void |
ejbCreate(BTTSystemData sysData)
Deprecated. This method is deprecated in BTTV5.2 This method is used when the Work Area is NOT used to implement session propagation. |
void |
ejbRemove()
This method prunes the action . |
protected java.lang.String |
getName()
Returns the action name. |
protected void |
setName(java.lang.String aName)
Sets the action name. |
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(BTTSystemData sysData) throws BTTSAEException
sysData
- com.ibm.btt.base.BTTSystemData
BTTSAEException
public void ejbCreate() throws BTTSAEException
BTTSAEException
protected java.lang.String getName() throws BTTSAEException
getName
in class BaseSingleAction
BTTSAEException
protected void setName(java.lang.String aName) throws BTTSAEException
BaseSingleAction
setName
in class BaseSingleAction
aName
- The actoin name.
BTTSAEException
public void ejbRemove() throws BTTSAEException
BTTSAEException
BTTSAEException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |