|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisidia.stats.VisidiaStat
visidia.stats.AgentStat
public abstract class AgentStat
The Class AgentStat.
Constructor Summary | |
---|---|
AgentStat(java.lang.Class<?> agClass)
Instantiates a new agent stat. |
|
AgentStat(java.lang.Class<?> agClass,
java.lang.Integer agId)
Instantiates a new agent stat. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Class<?> |
getAgentClass()
Gets the agent class. |
java.lang.String |
getAgentClassName()
Gets the agent class name. |
java.lang.Integer |
getAgentId()
Gets the agent id. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class visidia.stats.VisidiaStat |
---|
descriptionName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AgentStat(java.lang.Class<?> agClass)
agClass
- the agent classpublic AgentStat(java.lang.Class<?> agClass, java.lang.Integer agId)
agClass
- the agent classagId
- the agent idMethod Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class VisidiaStat
public java.lang.String getAgentClassName()
public java.lang.Integer getAgentId()
public java.lang.Class<?> getAgentClass()
public int hashCode()
hashCode
in class VisidiaStat
public java.lang.String toString()
toString
in class VisidiaStat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |