Package | Description |
---|---|
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 | Field and Description |
---|---|
private AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.childQueue |
private AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.parentQueue |
Modifier and Type | Field and Description |
---|---|
private List<AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue> |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.subQueues |
Modifier and Type | Method and Description |
---|---|
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.getParentQueue() |
Modifier and Type | Method and Description |
---|---|
protected abstract QUEUE |
AbstractRemoteInvocationCaller.createQueue(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue) |
protected void |
AbstractRemoteInvocationCaller.performRequest(AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue queue)
This method finally performs a request with the invocations collected by the given
queue . |
Constructor and Description |
---|
AbstractRemoteInvocationQueue(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractRemoteInvocationCommandCaller.RemoteInvocationCommandQueueImpl
This is the implementation of
RemoteInvocationCommandQueue . |
Modifier and Type | Method and Description |
---|---|
protected RemoteInvocationCommandQueue |
AbstractRemoteInvocationCommandCaller.createQueue(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue) |
Constructor and Description |
---|
RemoteInvocationCommandQueueImpl(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractRemoteInvocationServiceCaller.RemoteInvocationServiceQueueImpl
This inner class is the implementation of
RemoteInvocationServiceQueue . |
Modifier and Type | Method and Description |
---|---|
protected RemoteInvocationServiceQueue |
AbstractRemoteInvocationServiceCaller.createQueue(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue) |
Copyright © 2001–2016 mmm-Team. All rights reserved.