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, getClientToken
public void setResult(Object result)
Operation
result
- The result of invoke obtained by the rmi-callpublic T getResult()
Operation
Copyright © 2016 SAPERION AG. All rights reserved.