|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ATTR(value={"serverOperation#String#REQUIRED","serverOperationParentContext#String#IMPLIED"}) public interface ClientOperation
The ClientOperation interface extends the Operation class. This is the interface for any operation running on the client side that has a client/server relationship with a partner server operation. Any object implementing this interface must provide: - The format that must be used to send data to the server side - The operation that must be launched on the server when sending a request - The context used on the server to link with the server operation context.
Method Summary | |
---|---|
FormatElement |
getCSRequestFormat()
Returns the csRequestFormat formatElement of the formats Hashtable. |
java.lang.String |
getServerOperation()
Returns the name of the operation to be run on the server. |
java.lang.String |
getServerOperationParentContext()
Returns the name of the operation parent context on the server. |
void |
setCSRequestFormat(FormatElement aFormat)
Sets the csRequestFormat formatElement of the formats Hashtable to aFormat. |
void |
setServerOperation(java.lang.String aServerOperation)
Sets the name of the operation to be run on the server to aServerOperation. |
void |
setServerOperationParentContext(java.lang.String aContextName)
Sets the name of the operation parent context on the server. |
Methods inherited from interface com.ibm.btt.base.Operation |
---|
addElement, addOperationRepliedListener, chainTo, close, execute, 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 |
Method Detail |
---|
FormatElement getCSRequestFormat()
java.lang.String getServerOperation()
java.lang.String getServerOperationParentContext()
void setCSRequestFormat(FormatElement aFormat)
void setServerOperation(java.lang.String aServerOperation)
void setServerOperationParentContext(java.lang.String aContextName)
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |