|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 will have to provide:
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.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 |
Method Detail |
public FormatElement getCSRequestFormat()
public java.lang.String getServerOperation()
public java.lang.String getServerOperationParentContext()
public void setCSRequestFormat(FormatElement aFormat)
public void setServerOperation(java.lang.String aServerOperation)
public void setServerOperationParentContext(java.lang.String aContextName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |