CALL
- is the generic type of the RemoteInvocationCall
s.TX_CALLS
- is the generic type of the contained
GenericRemoteInvocationTransactionalCalls
.public abstract class GenericRemoteInvocationRequest<CALL extends RemoteInvocationCall,TX_CALLS extends GenericRemoteInvocationTransactionalCalls<CALL>> extends Object implements Serializable
GenericRemoteInvocationRpcService.callServices(net.sf.mmm.service.base.rpc.GenericRemoteInvocationRpcRequest)
,
GenericRemoteInvocationCommandService.callCommands(net.sf.mmm.service.base.command.GenericRemoteInvocationCommandRequest)
,
Serialized FormModifier and Type | Field and Description |
---|---|
private int |
requestId |
private static long |
serialVersionUID
UID for serialization.
|
private CsrfToken |
xsrfToken |
Modifier | Constructor and Description |
---|---|
protected |
GenericRemoteInvocationRequest()
The constructor for (de)serialization.
|
|
GenericRemoteInvocationRequest(int requestId,
CsrfToken xsrfToken)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getRequestId() |
abstract TX_CALLS[] |
getTransactionalCalls() |
CsrfToken |
getXsrfToken() |
String |
toString() |
private static final long serialVersionUID
private int requestId
getRequestId()
private CsrfToken xsrfToken
getXsrfToken()
protected GenericRemoteInvocationRequest()
public GenericRemoteInvocationRequest(int requestId, CsrfToken xsrfToken)
requestId
- - see getRequestId()
.xsrfToken
- - see getXsrfToken()
.public int getRequestId()
public CsrfToken getXsrfToken()
public abstract TX_CALLS[] getTransactionalCalls()
Copyright © 2001–2016 mmm-Team. All rights reserved.