|
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.base.BTTOperation
com.ibm.btt.base.BTTServerOperation
com.ibm.btt.event.EventManagerServerOperation
public class EventManagerServerOperation
Field Summary | |
---|---|
protected java.lang.String |
sessionId
Keeps the identification of the session between the client and the server |
Fields inherited from class com.ibm.btt.base.BTTOperation |
---|
aOperationRepliedListener, COMPID, externalizer |
Constructor Summary | |
---|---|
EventManagerServerOperation()
This constructor creates an EventManagerServerOperation object. |
Method Summary | |
---|---|
void |
execute()
Calls the EventManager addHandler() method using the parameters sent by the client. |
java.lang.Object |
initializeFrom(Tag aTag)
This method is an Externalizable interface method. |
void |
runInSession(java.lang.String aSessionID)
Looks for the input session in the table of sessions (see the Context interface). |
Methods inherited from class com.ibm.btt.base.BTTServerOperation |
---|
createOperation, getCSReplyFormat, getCSRequestFormat, getOriginWorkstation, setCSReplyFormat, setCSRequestFormat, setOriginWorkstation, updateContext, updateContext, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.btt.base.Operation |
---|
addElement, addOperationRepliedListener, chainTo, close, getApplicationId, getContext, getContextName, getElementAt, getFormat, getFormats, getKeyedCollection, getName, getParent, getService, getType, getValueAt, isChained, prune, removeAt, removeOperationRepliedListener, setApplicationId, setContext, setContextName, setKeyedCollection, setName, setType, setValueAt, unchain, xValidate |
Methods inherited from interface com.ibm.btt.base.Cacheable |
---|
isCacheable, reinitialize |
Field Detail |
---|
protected java.lang.String sessionId
Constructor Detail |
---|
public EventManagerServerOperation() throws java.io.IOException, DSEInvalidRequestException
java.io.IOException
DSEInvalidRequestException
Method Detail |
---|
public void execute() throws DSEHandlerNotFoundException, DSEException
execute
in interface Operation
execute
in class BTTServerOperation
DSEHandlerNotFoundException
DSEException
public java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException, DSEException
initializeFrom
in class BTTOperation
aTag
- com.ibm.btt.base.Tag
java.io.IOException
DSEException
public void runInSession(java.lang.String aSessionID) throws DSEHandlerNotFoundException, DSEException
runInSession
in interface ServerOperation
runInSession
in class BTTServerOperation
aSessionID
- java.lang.String - The identification of the session between
the client and the server
DSEHandlerNotFoundException
DSEException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |