|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sssw.rts.adminapi.AgoAdmStatInfo
Objects of this class describe a particular statistic. A statistic is uniquely defined by its name and the element for which this statistic is available. Other attributes of a statistic are its kind and description.
Field Summary | |
static int |
KIND_COUNTER
The "counter" statistic kind. |
static int |
KIND_DURATION
The "duration" statistic kind (a delta or elapsed time) |
static int |
KIND_STATIC
The "static" statistic kind (a constant value) |
static int |
KIND_TIME
The "time" statistic kind (an absolute time). |
static int |
KIND_VALUE
The "value" statistic kind, e.g. |
Constructor Summary | |
AgoAdmStatInfo()
|
Method Summary | |
String |
getDescription()
Get the description of the statistic. |
String |
getItemSubtype()
Get the subtype of the item for which this stat info is intended. |
int |
getKind()
Get the kind of the statistic. |
String |
getName()
Get the name of the statistic. |
String |
getOwnerPath()
Get the owner statistic element's path. |
String |
getSummaryString()
Return a string summary of the stat info that contains the name, kind, description, and owner path. |
void |
setItemSubtype(String subtype)
Set the subtype of the item for which this stat info is intended. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int KIND_COUNTER
public static final int KIND_VALUE
public static final int KIND_TIME
public static final int KIND_DURATION
public static final int KIND_STATIC
Constructor Detail |
public AgoAdmStatInfo()
Method Detail |
public String getName()
public String getDescription()
public int getKind()
public String getOwnerPath()
AgiAdmStatElement
public String getItemSubtype()
AgiAdmStatContainer.getChildSubtypes()
,
AgiAdmStatContainer.getChildren(int, java.lang.String subtype)
public void setItemSubtype(String subtype)
subtype
- the subtypeAgiAdmStatContainer.getChildSubtypes()
,
AgiAdmStatContainer.getChildren(int, java.lang.String subtype)
public String getSummaryString()
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |