QUEUE
- is the generic type of the queues
managed by this caller.public interface RemoteInvocationCaller<QUEUE extends RemoteInvocationQueue>
net.sf.mmm.service.api
there are two variants
available:
Modifier and Type | Method and Description |
---|---|
QUEUE |
getCurrentQueue()
This method gets the current
queue . |
QUEUE |
newQueue()
This method opens a
queue that collects remote invocations to send
to the server. |
QUEUE |
newQueue(RemoteInvocationQueueSettings settings)
This method opens a
queue that collects remote invocations to send
to the server. |
QUEUE |
newQueue(String id)
This method opens a
queue that collects remote invocations to send
to the server. |
QUEUE getCurrentQueue()
queue
. This is the last queue that has
been created
and is still open
. newQueue()
instead, to
retrieve a queue and perform service invocations.queue
or null
if no queue is open.QUEUE newQueue()
queue
that collects remote invocations to send
to the server.newQueue(RemoteInvocationQueueSettings)
QUEUE newQueue(String id)
queue
that collects remote invocations to send
to the server.id
- is the identifier
of the new
queue
.newQueue(RemoteInvocationQueueSettings)
QUEUE newQueue(RemoteInvocationQueueSettings settings)
queue
that collects remote invocations to send
to the server. If a queue
is currently
open
this method will create a child-queue of that queue.settings
- are the RemoteInvocationQueueSettings
.queue
.Copyright © 2001–2016 mmm-Team. All rights reserved.