|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.core.Agent
jade.domain.ams
public class ams
Standard Agent Management System agent. This class implements FIPA AMS agent. JADE applications cannot use this class directly, but interact with it through ACL message passing.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class jade.core.Agent |
|---|
Agent.Interrupted |
| Field Summary | |
|---|---|
static java.lang.String |
MAX_RESULTS
|
static java.lang.String |
PERIODIC_LOG_DELAY
|
| Fields inherited from class jade.core.Agent |
|---|
AP_ACTIVE, AP_DELETED, AP_IDLE, AP_INITIATED, AP_MAX, AP_MIN, AP_SUSPENDED, AP_WAITING, D_ACTIVE, D_MAX, D_MIN, D_RETIRED, D_SUSPENDED, D_UNKNOWN, MSG_QUEUE_CLASS |
| Constructor Summary | |
|---|---|
ams(AgentManager ap)
This constructor creates a new AMS agent. |
|
| Method Summary | |
|---|---|
AMSEventQueueFeeder |
getQueueFeeder()
|
void |
resetEvents(boolean sendSnapshot)
|
void |
setQueueFeeder(AMSEventQueueFeeder feeder)
|
protected void |
setup()
AMS initialization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PERIODIC_LOG_DELAY
public static final java.lang.String MAX_RESULTS
| Constructor Detail |
|---|
public ams(AgentManager ap)
| Method Detail |
|---|
protected void setup()
setup in class AgentAgent.addBehaviour(Behaviour b),
Behaviourpublic void resetEvents(boolean sendSnapshot)
public void setQueueFeeder(AMSEventQueueFeeder feeder)
public AMSEventQueueFeeder getQueueFeeder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||