T - public abstract class AbstractOperation<T extends Serializable> extends BaseOperation<T>
Operation - it handles obtaining the result generically.| Constructor and Description |
|---|
AbstractOperation() |
| Modifier and Type | Method and Description |
|---|---|
T |
getResult()
This method will only yield a valid result after a call to invoke.
|
void |
setResult(Object result)
setResult will be called on the client side to assign the result.
|
String |
toString() |
beforeInvoke, getClientTokenpublic void setResult(Object result)
Operationresult - The result of invoke obtained by the rmi-callpublic T getResult()
OperationCopyright © 2016 SAPERION AG. All rights reserved.