|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.agent.server.monitor.AgentMonitorSimple
org.hyperic.hq.agent.server.CommandListener
public class CommandListener
The object used to read serialized object data from the network and send it to the CommandDispatcher.
Field Summary |
---|
Fields inherited from interface org.hyperic.hq.agent.server.monitor.AgentMonitorInterface |
---|
KEY_KEYS, KEY_TYPES |
Method Summary | |
---|---|
double |
getMaxRequestTime()
MONITOR METHOD: Gets the longest request time in milliseconds |
double |
getMinRequestTime()
MONITOR METHOD: Gets the shortest request time in milliseconds |
double |
getNumConnFailures()
MONITOR METHOD: Gets the number of connection failures |
double |
getNumRequestsServed()
MONITOR METHOD: Gets the number of requests served |
double |
getTotalRequestTime()
MONITOR METHOD: Gets the total number of milliseconds spent in requests |
Methods inherited from class org.hyperic.hq.agent.server.monitor.AgentMonitorSimple |
---|
getMonitorKeys, getMonitorTypes, getMonitorValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getNumRequestsServed() throws AgentMonitorException
AgentMonitorException
public double getNumConnFailures() throws AgentMonitorException
AgentMonitorException
public double getTotalRequestTime() throws AgentMonitorException
AgentMonitorException
public double getMaxRequestTime() throws AgentMonitorException
AgentMonitorException
public double getMinRequestTime() throws AgentMonitorException
AgentMonitorException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |