Package | Description |
---|---|
net.sf.mmm.service.base.command |
Contains the base classes for simple remote services using command pattern.
|
net.sf.mmm.service.base.command.client |
Contains the client-specific base classes for simple remote services using command style.
|
Modifier and Type | Field and Description |
---|---|
private GenericRemoteInvocationCommandTransactionalCalls[] |
GenericRemoteInvocationCommandRequest.transactionalCalls |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationCommandTransactionalCalls[] |
GenericRemoteInvocationCommandRequest.getTransactionalCalls() |
Constructor and Description |
---|
GenericRemoteInvocationCommandRequest(int requestId,
CsrfToken xsrfToken,
GenericRemoteInvocationCommandTransactionalCalls... transactionalCalls)
The constructor.
|
Constructor and Description |
---|
GenericRemoteInvocationCommandRequest(int requestId,
CsrfToken xsrfToken,
List<GenericRemoteInvocationCommandTransactionalCalls> transactionalCalls)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationCommandTransactionalCalls |
AbstractRemoteInvocationCommandCaller.createRemoteInvocationTransactionalCalls(List<RemoteInvocationCommand<?>> calls) |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationCommandRequest |
AbstractRemoteInvocationCommandCaller.createRequest(int requestId,
CsrfToken token,
List<GenericRemoteInvocationCommandTransactionalCalls> transactionalCalls)
Creates a new
GenericRemoteInvocationRequest instance. |
Copyright © 2001–2016 mmm-Team. All rights reserved.