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.
|
Modifier and Type | Method and Description |
---|---|
RemoteInvocationQueueState |
RemoteInvocationQueue.getState()
This method gets the
RemoteInvocationQueueState of this queue. |
static RemoteInvocationQueueState |
RemoteInvocationQueueState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteInvocationQueueState[] |
RemoteInvocationQueueState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private RemoteInvocationQueueState |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.state |
Modifier and Type | Method and Description |
---|---|
RemoteInvocationQueueState |
AbstractRemoteInvocationCaller.AbstractRemoteInvocationQueue.getState()
This method gets the
RemoteInvocationQueueState of this queue. |
Copyright © 2001–2016 mmm-Team. All rights reserved.