|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.MonitorData
This class is used to give the count for the requsets, responses,autonomous, acknowledgements and delay activated objects between the period of agent start and stop.
| Constructor Summary | |
MonitorData()
|
|
| Method Summary | |
int |
getAcknowledge()
Used to give the number of acknowledgement messages. |
int |
getAutonomous()
Used to give the number of autonomous messages. |
int |
getCompld()
Used to give the number of Successfull commands. |
int |
getDelay()
Returns the number of times "Delay" has been shown. |
int |
getDeny()
Used to give the number of failed commands. |
int |
getInput()
Used to give the number of input commands. |
int |
getPRTL()
Returns the number "Prtl" responses sent. |
int |
getRTRV()
Returns the number of times the response had "RTRV" as it's completion code. |
(package private) void |
incAcknowledge()
This will be called each and every time acknowledgement is sent. |
(package private) void |
incAutonomous()
This will be called each and every time autonomous is sent. |
(package private) void |
incCompld()
This will be called each and every time, the command is succeeded. |
(package private) void |
incDelay()
This will increase the Delay count. |
(package private) void |
incDeny()
This will be called each and every time, the command is failed. |
(package private) void |
incInput()
This will be called each and every time,input comes. |
(package private) void |
incPRTL()
Increses the "prtl" count. |
(package private) void |
incRTRV()
Increas the "RTRV" count. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public MonitorData()
| Method Detail |
public int getCompld()
void incCompld()
public int getDeny()
void incDeny()
public int getInput()
void incInput()
public int getAutonomous()
void incAutonomous()
public int getAcknowledge()
void incAcknowledge()
void incDelay()
public int getDelay()
void incPRTL()
public int getPRTL()
void incRTRV()
public int getRTRV()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||