IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.server.bean.ejb
Class OpStepAdaptorEJBBean

java.lang.Object
  extended by com.ibm.btt.server.bean.BaseSingleAction
      extended by com.ibm.btt.server.bean.StatelessSingleAction
          extended by com.ibm.btt.server.bean.ejb.OpStepAdaptorEJBBean
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class OpStepAdaptorEJBBean
extends StatelessSingleAction
implements javax.ejb.SessionBean

Bean implementation class for Enterprise Bean: OpStepAdaptorEJB

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class com.ibm.btt.server.bean.BaseSingleAction
actionContext, bttUserWorkArea, COMPID, id, isDistributedContext, originWorkstation, systemData
 
Constructor Summary
OpStepAdaptorEJBBean()
           
 
Method Summary
 void ejbActivate()
          ejbActivate
 void ejbCreate()
          ejbCreate
 void ejbPassivate()
          ejbPassivate
 void ejbRemove()
          ejbRemove
 java.lang.Object execute(java.util.Map params)
           
 javax.ejb.SessionContext getSessionContext()
          getSessionContext
 void setSessionContext(javax.ejb.SessionContext ctx)
          setSessionContext
 
Methods inherited from class com.ibm.btt.server.bean.StatelessSingleAction
getName, initialize, setName
 
Methods inherited from class com.ibm.btt.server.bean.BaseSingleAction
addElement, assignService, chainTo, close, doSessionPropagation, getApplicationId, getContext, getContextByType, getContextName, getElementAt, getFormat, getInitialContext, getInstanceId, getKeyedCollection, getOriginWorkstation, getParent, getService, getSessionId, getType, getValueAt, getWorkAreaJNDI, initialize, isChained, isDistributedContext, mapResponseFromCHA, prune, releaseService, removeAt, runInSession, setApplicationId, setContext, setContextName, setInstanceId, setIsDistributedContext, setKeyedCollection, 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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

OpStepAdaptorEJBBean

public OpStepAdaptorEJBBean()
Method Detail

getSessionContext

public javax.ejb.SessionContext getSessionContext()
getSessionContext


setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext

Specified by:
setSessionContext in interface javax.ejb.SessionBean

ejbCreate

public void ejbCreate()
               throws BTTSAEException
ejbCreate

Overrides:
ejbCreate in class StatelessSingleAction
Throws:
BTTSAEException

ejbActivate

public void ejbActivate()
ejbActivate

Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
ejbPassivate

Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
ejbRemove

Specified by:
ejbRemove in interface javax.ejb.SessionBean
Overrides:
ejbRemove in class StatelessSingleAction

execute

public java.lang.Object execute(java.util.Map params)
                         throws BTTSAEException
Throws:
BTTSAEException

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008