| Package | Description |
|---|---|
| net.sf.mmm.service.api.client |
Contains the client-specific API for remote invocations.
|
| 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 | Method and Description |
|---|---|
QUEUE |
RemoteInvocationCaller.newQueue(RemoteInvocationQueueSettings settings)
This method opens a
queue that collects remote invocations to send
to the server. |
| Constructor and Description |
|---|
RemoteInvocationQueueSettings(RemoteInvocationQueueSettings settings2copy)
The copy-constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private RemoteInvocationQueueSettings |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.settings |
| Modifier and Type | Method and Description |
|---|---|
RemoteInvocationQueueSettings |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected QUEUE |
AbstractRemoteInvocationCaller.createQueue(RemoteInvocationQueueSettings settings)
This method creates a new
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue. |
protected abstract QUEUE |
AbstractRemoteInvocationCaller.createQueue(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue) |
QUEUE |
AbstractRemoteInvocationCaller.newQueue(RemoteInvocationQueueSettings settings)
This method opens a
queue that collects remote invocations to send
to the server. |
| Constructor and Description |
|---|
AbstractRemoteInvocationQueue(RemoteInvocationQueueSettings settings)
The constructor.
|
AbstractRemoteInvocationQueue(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue)
The constructor.
|
| 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 | Method and Description |
|---|---|
protected RemoteInvocationServiceQueue |
AbstractRemoteInvocationServiceCaller.createQueue(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue parentQueue) |
| Constructor and Description |
|---|
RemoteInvocationServiceQueueImpl(RemoteInvocationQueueSettings settings)
The constructor.
|
RemoteInvocationServiceQueueImpl(RemoteInvocationQueueSettings settings,
AbstractRemoteInvocationServiceCaller.RemoteInvocationServiceQueueImpl parentQueue)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.