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
RemoteInvocationCommand s. |
GenericRemoteInvocationCommandResponse
This is the generic transfer-object for a response to a
GenericRemoteInvocationCommandRequest . |
GenericRemoteInvocationCommandTransactionalCalls
This is the generic transfer-object containing all
RemoteInvocationCommand s 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
RemoteInvocationCommand s. |
GenericRemoteInvocationCommandTransactionalCalls
This is the generic transfer-object containing all
RemoteInvocationCommand s 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
RemoteInvocationCommand s. |
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.