T
- public abstract class BaseOperation<T extends Serializable> extends Object implements Operation<T>
Operation
implementations.Constructor and Description |
---|
BaseOperation() |
Modifier and Type | Method and Description |
---|---|
void |
beforeInvoke(int token)
This method will be called on the client-side to prepare an operation for invocation on the
server-side.
|
int |
getClientToken() |
public void beforeInvoke(int token)
Operation
BaseOperation
.
The token can be retrieved by getClientToken()
.beforeInvoke
in interface Operation<T extends Serializable>
token
- session tokenpublic int getClientToken()
Copyright © 2016 SAPERION AG. All rights reserved.