Package jadex.platform.service.daemon
Class DaemonAgent
- java.lang.Object
-
- jadex.platform.service.daemon.DaemonAgent
-
public class DaemonAgent extends java.lang.Object
Daemon agent provides functionalities for managing platforms.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description DaemonAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
messageArrived(java.util.Map<java.lang.String,java.lang.Object> msg)
Handle messages from responder agents.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-