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.
|
net.sf.mmm.service.impl.command.server |
Contains the server-specific implementation classes for simple remote invocations using command style.
|
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationCommandResponse |
GenericRemoteInvocationCommandService.callCommands(GenericRemoteInvocationCommandRequest request)
This method calls one or multiple
RemoteInvocationCommand s on the
server. |
Modifier and Type | Method and Description |
---|---|
protected GenericRemoteInvocationCommandRequest |
AbstractRemoteInvocationCommandCaller.createRequest(int requestId,
CsrfToken token,
List<GenericRemoteInvocationCommandTransactionalCalls> transactionalCalls)
Creates a new
GenericRemoteInvocationRequest instance. |
Modifier and Type | Method and Description |
---|---|
GenericRemoteInvocationCommandResponse |
AbstractGenericRemoteInvocationCommandService.callCommands(GenericRemoteInvocationCommandRequest request)
This method calls one or multiple
RemoteInvocationCommand s on the
server. |
Copyright © 2001–2016 mmm-Team. All rights reserved.