public abstract class VoidOperation extends BaseOperation<Void>
| Constructor and Description |
|---|
VoidOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvoke(Object result,
Connection connection)
This method will be called on the client side e.g.
|
Void |
getResult()
This method will only yield a valid result after a call to invoke.
|
Void |
invoke()
The method that will be called on the server side.
|
protected abstract void |
voidInvoke()
Invokes this void operation.
|
beforeInvoke, getClientToken, mapExceptionprotected abstract void voidInvoke()
throws Exception
Exception - exception when invoking this operationpublic Void invoke() throws SaBasicException
OperationSaBasicException - exception when invoking this operationpublic void afterInvoke(Object result, Connection connection)
Operationresult - The result of invoke obtained by the rmi-callCopyright © 2016 SAPERION AG. All rights reserved.