|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServerOperation interface extends Operation. This is the interface for any operation that may be launched in the server side in a client/server relationship.
Any object implementing this interface must provide the format to be applied when sending the replied data to the client side. It also must provide the entry point that the server side of the client/Server Mechanism calls to provide the session identifier of the client/server communication.
Method Summary | |
---|---|
FormatElement |
getCSReplyFormat()
Returns the csReplyFormat formatElement of the formats Hashtable. |
java.lang.String |
getOriginWorkstation()
Returns the identifier of the requester workstation. |
void |
runInSession(java.lang.String aSessionID)
Looks for the input session in the table of sessions (see the Context interface). |
void |
setCSReplyFormat(FormatElement aFormat)
This method sets the csReplyFormat formatElement of the formats Hashtable to aFormat. |
void |
setOriginWorkstation(java.lang.String wks)
Sets the identifier of the requester workstation. |
Methods inherited from interface com.ibm.dse.base.Operation |
---|
addElement, addOperationRepliedListener, chainTo, chainToContextNamed, close, execute, getApplicationId, getContext, getContextName, getElementAt, getFormat, getFormats, getKeyedCollection, getName, getParent, getService, getServiceByType, getType, getValueAt, hasServices, isChained, prune, removeAt, removeOperationRepliedListener, setApplicationId, setContext, setContextName, setKeyedCollection, setName, setType, setValueAt, unchain, xValidate |
Methods inherited from interface com.ibm.dse.base.Cacheable |
---|
isCacheable, reinitialize |
Method Detail |
public FormatElement getCSReplyFormat()
public java.lang.String getOriginWorkstation()
public void runInSession(java.lang.String aSessionID) throws java.lang.Exception
java.lang.Exception
public void setCSReplyFormat(FormatElement aFormat)
public void setOriginWorkstation(java.lang.String wks)
wks
- java.lang.String
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |