Package | Description |
---|---|
net.sf.mmm.service.base |
Contains the base classes for simple remote services.
|
net.sf.mmm.service.base.client |
Contains the client-specific base classes for simple remote services.
|
net.sf.mmm.service.base.command |
Contains the base classes for simple remote services using command pattern.
|
net.sf.mmm.service.base.rpc |
Contains the base classes for simple remote services using RPC style.
|
net.sf.mmm.service.base.server |
Contains the server-specific base classes for simple remote services.
|
net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
net.sf.mmm.service.impl.rpc.server |
Contains the server-specific implementation classes for simple remote invocations using RPC style.
|
Modifier and Type | Field and Description |
---|---|
private GenericRemoteInvocationTransactionalResults[] |
GenericRemoteInvocationResponse.transactionalResults |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationTransactionalResults[] |
GenericRemoteInvocationResponse.getTransactionalResults() |
Constructor and Description |
---|
GenericRemoteInvocationResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults[] transactionalResults)
The constructor.
|
Constructor and Description |
---|
GenericRemoteInvocationResponse(int requestId,
CsrfToken xsrfToken,
Collection<GenericRemoteInvocationTransactionalResults> transactionalResults)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractRemoteInvocationCaller.TransactionalCallBuilder.handleResults(GenericRemoteInvocationTransactionalResults results)
Processes the given
results . |
Constructor and Description |
---|
GenericRemoteInvocationCommandResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults... transactionalResults)
The constructor.
|
Constructor and Description |
---|
GenericRemoteInvocationCommandResponse(int requestId,
CsrfToken xsrfToken,
Collection<GenericRemoteInvocationTransactionalResults> transactionalResults)
The constructor.
|
Constructor and Description |
---|
GenericRemoteInvocationRpcResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults... transactionalResults)
The constructor.
|
Constructor and Description |
---|
GenericRemoteInvocationRpcResponse(int requestId,
CsrfToken xsrfToken,
Collection<GenericRemoteInvocationTransactionalResults> transactionalResults)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private GenericRemoteInvocationTransactionalResults[] |
AbstractGenericRemoteInvocationService.RequestContext.transactionalResults |
Modifier and Type | Method and Description |
---|---|
protected abstract RESPONSE |
AbstractGenericRemoteInvocationService.createResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults[] transactionalResults)
Creates a new instance of <RESPONSE>.
|
Constructor and Description |
---|
RequestContext(REQUEST request,
GenericRemoteInvocationTransactionalResults[] transactionalResults)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationTransactionalResults |
GenericRemoteInvocationCommandServiceImpl.processCallsInTransaction(GenericRemoteInvocationTransactionalCalls<RemoteInvocationCommand<?>> transactionalCalls,
AbstractGenericRemoteInvocationService.RequestContext context)
This method calls
AbstractGenericRemoteInvocationService.processTransactionalCalls(GenericRemoteInvocationTransactionalCalls, RequestContext) in a new
transaction. |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationCommandResponse |
AbstractGenericRemoteInvocationCommandService.createResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults[] transactionalResults)
Creates a new instance of <RESPONSE>.
|
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationTransactionalResults |
GenericRemoteInvocationRpcServiceImpl.processCallsInTransaction(GenericRemoteInvocationTransactionalCalls<GenericRemoteInvocationRpcCall> transactionalCalls,
AbstractGenericRemoteInvocationService.RequestContext context)
This method calls
AbstractGenericRemoteInvocationService.processTransactionalCalls(GenericRemoteInvocationTransactionalCalls, RequestContext) in a new
transaction. |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationRpcResponse |
AbstractGenericRemoteInvocationRpcService.createResponse(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationTransactionalResults[] transactionalResults)
Creates a new instance of <RESPONSE>.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.