public class RemoteServiceManagementAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected RemoteServiceManagementService |
rms
The remote management service.
|
Constructor and Description |
---|
RemoteServiceManagementAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
agentCreated()
Called once after agent creation.
|
jadex.commons.future.IFuture<java.lang.Void> |
agentKilled()
Called just before the agent is removed from the platform.
|
void |
messageArrived(java.util.Map<java.lang.String,java.lang.Object> msg,
jadex.bridge.service.types.message.MessageType mt)
Called, whenever a message is received.
|
protected jadex.bridge.IInternalAccess agent
protected RemoteServiceManagementService rms
public jadex.commons.future.IFuture<java.lang.Void> agentCreated()
public jadex.commons.future.IFuture<java.lang.Void> agentKilled()
public void messageArrived(java.util.Map<java.lang.String,java.lang.Object> msg, jadex.bridge.service.types.message.MessageType mt)
msg
- The message.mt
- The message type.