public class GenericRemoteInvocationCommandResponse extends GenericRemoteInvocationResponse
GenericRemoteInvocationCommandRequest
. It
contains the GenericRemoteInvocationTransactionalResults
corresponding to the
GenericRemoteInvocationCommandTransactionalCalls
from the
GenericRemoteInvocationCommandRequest
.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
UID for serialization.
|
Modifier | Constructor and Description |
---|---|
protected |
GenericRemoteInvocationCommandResponse()
The constructor.
|
|
GenericRemoteInvocationCommandResponse(int requestId,
CsrfToken xsrfToken,
Collection<GenericRemoteInvocationTransactionalResults> transactionalResults)
The constructor.
|
|
GenericRemoteInvocationCommandResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults... transactionalResults)
The constructor.
|
getRequestId, getTransactionalResults, getXsrfToken
private static final long serialVersionUID
protected GenericRemoteInvocationCommandResponse()
public GenericRemoteInvocationCommandResponse(int requestId, CsrfToken xsrfToken, Collection<GenericRemoteInvocationTransactionalResults> transactionalResults)
requestId
- - see GenericRemoteInvocationResponse.getRequestId()
.xsrfToken
- - see GenericRemoteInvocationResponse.getXsrfToken()
. May be null
.transactionalResults
- - see GenericRemoteInvocationResponse.getTransactionalResults()
.public GenericRemoteInvocationCommandResponse(int requestId, CsrfToken xsrfToken, GenericRemoteInvocationTransactionalResults... transactionalResults)
requestId
- - see GenericRemoteInvocationResponse.getRequestId()
.xsrfToken
- - see GenericRemoteInvocationResponse.getXsrfToken()
. May be null
.transactionalResults
- - see GenericRemoteInvocationResponse.getTransactionalResults()
.Copyright © 2001–2016 mmm-Team. All rights reserved.