Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationCaller<QUEUE extends RemoteInvocationQueue,CALL extends RemoteInvocationCall,TX_CALLS extends GenericRemoteInvocationTransactionalCalls<CALL>,REQUEST extends GenericRemoteInvocationRequest<CALL,TX_CALLS>>
This is the abstract base-implementation of
RemoteInvocationCaller . |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteInvocationCommandRequest
This is the generic transfer-object for a request sent from client to server for any number of
transactional calls of
RemoteInvocationCommand s. |
Modifier and Type | Class and Description |
---|---|
class |
GenericRemoteInvocationRpcRequest
This is the generic transfer-object for a request sent from client to server for any number of
transactional calls to a
RemoteInvocationService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericRemoteInvocationService<CALL extends RemoteInvocationCall,REQUEST extends GenericRemoteInvocationRequest<CALL,? extends GenericRemoteInvocationTransactionalCalls<CALL>>,RESPONSE extends GenericRemoteInvocationResponse,HANDLER extends GenericRemoteInvocationCallHandler<CALL>>
This is the abstract base class for the common implementation of
GenericRemoteInvocationRpcService and
GenericRemoteInvocationCommandService . |
Modifier and Type | Field and Description |
---|---|
private REQUEST |
AbstractGenericRemoteInvocationService.RequestContext.request |
Copyright © 2001–2016 mmm-Team. All rights reserved.