|
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.StatelessSingleAction
public class 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 |
---|
actionContext, bttUserWorkArea, COMPID, id, isDistributedContext, originWorkstation, systemData |
Constructor Summary | |
---|---|
StatelessSingleAction()
|
Method Summary | |
---|---|
void |
ejbCreate()
This function should not be called at stateless ejb |
void |
ejbRemove()
This function should not be called at stateless ejb |
protected java.lang.String |
getName()
Returns the action name. |
void |
initialize(BTTSystemData sysData)
Deprecated. This method is deprecated This method implements session propagation when Work Area is not available. |
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 StatelessSingleAction()
Method Detail |
---|
public void initialize(BTTSystemData sysData) throws BTTSAEException
BaseSingleAction
initialize
in class BaseSingleAction
sysData
- com.ibm.btt.base.BTTSystemData
BTTSAEException
public void ejbCreate() throws BTTSAEException
BTTSAEException
public void ejbRemove()
protected java.lang.String getName() throws BTTSAEException
BaseSingleAction
getName
in class BaseSingleAction
BTTSAEException
protected void setName(java.lang.String aName) throws BTTSAEException
BaseSingleAction
setName
in class BaseSingleAction
aName
- The actoin name.
BTTSAEException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |