public class RemoveSessionData extends VoidOperation
Operation removes the data the current session associates with the given keys. Data registered as
closable will be closed.| Constructor and Description |
|---|
RemoveSessionData(List<SessionDataKey> keys)
This creates a new
operation that removes the data the current session associates with the given
keys. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invokebeforeInvoke, getClientToken, mapExceptionpublic RemoveSessionData(List<SessionDataKey> keys)
operation that removes the data the current session associates with the given
keys. Data registered as closable will be closed.keys - the keys of the data to remove from the current session. Must not be nullprotected void voidInvoke()
throws Exception
VoidOperationvoidInvoke in class VoidOperationException - exception when invoking this operationCopyright © 2016 SAPERION AG. All rights reserved.