|
ADK CVS | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecttryllian.afc.task.statistics.Statistic
tryllian.afc.task.statistics.AgentStatistic
Encapsulates a keyword that can be sent to the agent statistics agent. The statistics that are currently supported are defined as constants:
SeeAgentStatisticsTask for an example.
| Field Summary | |
static AgentStatistic |
EVENT_COUNT
The number of events received so far by a certain agent. |
static AgentStatistic |
EXCEPTION_COUNT
The number of exceptions a certain agent has caused. |
static AgentStatistic |
MESSAGE_COUNT
The number of messages a certain agent has received. |
static AgentStatistic |
TIME_USED
The processor time a certain agent has used. |
| Constructor Summary | |
protected |
AgentStatistic(java.lang.String keyword)
Creates a new AgentStatistics object for a certain keyword. |
| Methods inherited from class tryllian.afc.task.statistics.Statistic |
getKeyword, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AgentStatistic EVENT_COUNT
public static final AgentStatistic EXCEPTION_COUNT
public static final AgentStatistic MESSAGE_COUNT
public static final AgentStatistic TIME_USED
| Constructor Detail |
protected AgentStatistic(java.lang.String keyword)
keyword - a supported statistics keyword.
|
Copyright 2005, Tryllian Solutions B.V. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||