| Modifier and Type | Method and Description |
|---|---|
static IClient.ListenerCommand |
IClient.ListenerCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IClient.ListenerCommand[] |
IClient.ListenerCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDmClient.listenToAgentMessages(net.roboconf.core.model.beans.Application application,
IClient.ListenerCommand command)
Configures the listener for messages sent by agents.
|
void |
IAgentClient.listenToExportsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance)
Configures the listener for the exports from other agents.
|
void |
IAgentClient.listenToRequestsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance)
Configures the listener for requests from other agents.
|
void |
IClient.listenToTheDm(IClient.ListenerCommand command)
Configures the listener for messages from the DM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DismissClientDm.listenToAgentMessages(net.roboconf.core.model.beans.Application application,
IClient.ListenerCommand command) |
void |
DismissClientAgent.listenToExportsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
DismissClientAgent.listenToRequestsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
DismissClientDm.listenToTheDm(IClient.ListenerCommand command) |
void |
DismissClientAgent.listenToTheDm(IClient.ListenerCommand command) |
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitMqClientDm.listenToAgentMessages(net.roboconf.core.model.beans.Application application,
IClient.ListenerCommand command) |
void |
RabbitMqClientAgent.listenToExportsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
RabbitMqClientAgent.listenToRequestsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
RabbitMqClientAgent.listenToTheDm(IClient.ListenerCommand command) |
void |
RabbitMqClientDm.listenToTheDm(IClient.ListenerCommand command) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestClientDm.listenToAgentMessages(net.roboconf.core.model.beans.Application application,
IClient.ListenerCommand command) |
void |
TestClientAgent.listenToExportsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
TestClientAgent.listenToRequestsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
TestClientDm.listenToTheDm(IClient.ListenerCommand command) |
void |
TestClientAgent.listenToTheDm(IClient.ListenerCommand command) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconfigurableClientDm.listenToAgentMessages(net.roboconf.core.model.beans.Application application,
IClient.ListenerCommand command) |
void |
ReconfigurableClientAgent.listenToExportsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
ReconfigurableClientAgent.listenToRequestsFromOtherAgents(IClient.ListenerCommand command,
net.roboconf.core.model.beans.Instance instance) |
void |
ReconfigurableClientAgent.listenToTheDm(IClient.ListenerCommand command) |
void |
ReconfigurableClientDm.listenToTheDm(IClient.ListenerCommand command) |
Copyright © 2015. All rights reserved.