Package | Description |
---|---|
net.sf.mmm.service.api.client |
Contains the client-specific API for remote invocations.
|
net.sf.mmm.service.api.command.client |
Contains the client-specific API for simple remote services using command style.
|
net.sf.mmm.service.api.rpc.client |
Contains the client-specific API for simple remote services using RPC style.
|
net.sf.mmm.service.base.client |
Contains the client-specific base classes for simple remote services.
|
net.sf.mmm.service.base.command.client |
Contains the client-specific base classes for simple remote services using command style.
|
net.sf.mmm.service.base.rpc.client |
Contains the client-specific base classes for simple remote services using RPC style.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteInvocationCaller<QUEUE extends RemoteInvocationQueue>
This is the abstract interface for a component that allows to invoke one or multiple remote invocations to
a server from the client-side.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteInvocationCommandQueue
This is the interface for a
remote invocation queue based on
RemoteInvocationCommandCaller . |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteInvocationServiceQueue
This is the interface for a
remote invocation queue based on
RemoteInvocationServiceCaller . |
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 |
---|---|
protected class |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue
This is the abstract base implementation of
RemoteInvocationQueue . |
Modifier and Type | Field and Description |
---|---|
private QUEUE |
AbstractRemoteInvocationCaller.currentQueue
The current
queue or null for none. |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractRemoteInvocationCommandCaller.RemoteInvocationCommandQueueImpl
This is the implementation of
RemoteInvocationCommandQueue . |
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractRemoteInvocationServiceCaller.RemoteInvocationServiceQueueImpl
This inner class is the implementation of
RemoteInvocationServiceQueue . |
Copyright © 2001–2016 mmm-Team. All rights reserved.