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 |
|---|---|
void |
afterInvoke(Object result,
Connection connection)
This method will be called on the client side e.g.
|
T |
getResult()
This method will only yield a valid result after a call to invoke.
|
protected static <T> ArrayList<T> |
toArrayList(List<T> list) |
String |
toString() |
beforeInvoke, getClientToken, mapExceptionpublic void afterInvoke(Object result, Connection connection)
Operationresult - The result of invoke obtained by the rmi-callpublic T getResult()
OperationCopyright © 2016 SAPERION AG. All rights reserved.