| 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.
|
| Class and Description |
|---|
| GenericRemoteInvocationCommandRequest
This is the generic transfer-object for a request sent from client to server for any number of
transactional calls of
RemoteInvocationCommands. |
| GenericRemoteInvocationCommandResponse
This is the generic transfer-object for a response to a
GenericRemoteInvocationCommandRequest. |
| GenericRemoteInvocationCommandTransactionalCalls
This is the generic transfer-object containing all
RemoteInvocationCommands that shall be processed
in a separate transaction. |
| Class and Description |
|---|
| GenericRemoteInvocationCommandRequest
This is the generic transfer-object for a request sent from client to server for any number of
transactional calls of
RemoteInvocationCommands. |
| GenericRemoteInvocationCommandTransactionalCalls
This is the generic transfer-object containing all
RemoteInvocationCommands that shall be processed
in a separate transaction. |
| Class and Description |
|---|
| GenericRemoteInvocationCommandRequest
This is the generic transfer-object for a request sent from client to server for any number of
transactional calls of
RemoteInvocationCommands. |
| GenericRemoteInvocationCommandResponse
This is the generic transfer-object for a response to a
GenericRemoteInvocationCommandRequest. |
| GenericRemoteInvocationCommandService
This is the interface for a generic RPC-service that can
call any
RemoteInvocationCommand. |
Copyright © 2001–2016 mmm-Team. All rights reserved.