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.
|
net.sf.mmm.service.impl.gwt.rpc.client |
Contains the client-specific implementation for remote invocation services.
|
net.sf.mmm.service.impl.spring.client |
Contains the client-specific implementation for remote services using spring-remoting.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteInvocationQueue
This is the abstract interface for a queue of method-calls to one or multiple
RemoteInvocationService s. |
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 . |
protected class |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue
This is the abstract base implementation of
RemoteInvocationQueue . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationCommandCaller
This is the abstract base implementation of
RemoteInvocationCommandCaller . |
protected class |
AbstractRemoteInvocationCommandCaller.RemoteInvocationCommandQueueImpl
This is the implementation of
RemoteInvocationCommandQueue . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationServiceCaller
This is the abstract base-implementation of
RemoteInvocationServiceCaller . |
protected class |
AbstractRemoteInvocationServiceCaller.RemoteInvocationServiceQueueImpl
This inner class is the implementation of
RemoteInvocationServiceQueue . |
class |
AbstractRemoteInvocationServiceCallerWithClientMap
This is the abstract base-implementation of
RemoteInvocationServiceCaller using a map of
pre-registered service clients. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteInvocationServiceCallerGwt
This is the abstract base implementation of
RemoteInvocationServiceCaller for GWT (Google Web-Toolkit). |
Modifier and Type | Class and Description |
---|---|
class |
RemoteInvocationServiceCallerImplSpring
This is the implementation of
RemoteInvocationServiceCaller using
an injected client-stub (provided by
spring-remoting) and java dynamic proxies . |
Copyright © 2001–2016 mmm-Team. All rights reserved.