public class GenericRemoteInvocationRpcResponse extends GenericRemoteInvocationResponse
GenericRemoteInvocationRpcRequest
.GenericRemoteInvocationRpcService.callServices(GenericRemoteInvocationRpcRequest)
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
UID for serialization.
|
Modifier | Constructor and Description |
---|---|
protected |
GenericRemoteInvocationRpcResponse()
The constructor.
|
|
GenericRemoteInvocationRpcResponse(int requestId,
CsrfToken xsrfToken,
Collection<GenericRemoteInvocationTransactionalResults> transactionalResults)
The constructor.
|
|
GenericRemoteInvocationRpcResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults... transactionalResults)
The constructor.
|
getRequestId, getTransactionalResults, getXsrfToken
private static final long serialVersionUID
protected GenericRemoteInvocationRpcResponse()
public GenericRemoteInvocationRpcResponse(int requestId, CsrfToken xsrfToken, GenericRemoteInvocationTransactionalResults... transactionalResults)
requestId
- - see GenericRemoteInvocationResponse.getRequestId()
.xsrfToken
- - see GenericRemoteInvocationResponse.getXsrfToken()
.transactionalResults
- - see GenericRemoteInvocationResponse.getTransactionalResults()
.public GenericRemoteInvocationRpcResponse(int requestId, CsrfToken xsrfToken, Collection<GenericRemoteInvocationTransactionalResults> transactionalResults)
requestId
- - see GenericRemoteInvocationResponse.getRequestId()
.xsrfToken
- - see GenericRemoteInvocationResponse.getXsrfToken()
.transactionalResults
- - see GenericRemoteInvocationResponse.getTransactionalResults()
.Copyright © 2001–2016 mmm-Team. All rights reserved.