|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by objects that represent entities that reside on the server for which statistical information may be gathered and presented.
AgiAdmElementBase
,
AgiAdmStatContainer
Field Summary | |
static String |
EJB_HOME
The element type for the 'EJB Home' statistic element. |
static String |
OBJECT
The element type for the 'application (business) object' statistic element. |
static String |
SESSION
The element type for the 'session' statistic element. |
static String |
THREAD
The element type for the 'thread' statistic element. |
Method Summary | |
String |
getPath()
Get the path of this statistic element. |
int |
getStatCount()
Get the number of counters in the group |
AgoAdmStatInfo |
getStatInfo(int index)
Return an AgoAdmStatInfo object by a given index |
AgoAdmStatInfo |
getStatInfo(String statName)
Return an AgoAdmStatInfo object by a given statistic name |
AgoAdmStatInfo[] |
getStatInfos()
Return an array of all the AgoAdmStatInfo's for this instance. |
AgoAdmStatInfo[] |
getStatInfos(String[] statNames)
Given an array of statistic names, return an array of AgoAdmStatInfo's each of which corresponds to a statistic name; a member of the returned array is null if the statistic is not available. |
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElementBase |
delete,
getName,
getType |
Field Detail |
public static final String SESSION
Usage: getType, getStatElement
public static final String THREAD
Usage: getType, getStatElement
public static final String EJB_HOME
Usage: getType, getStatElement
public static final String OBJECT
Usage: getType, getStatElement
Method Detail |
public String getPath()
public int getStatCount()
public AgoAdmStatInfo[] getStatInfos() throws AgoUnrecoverableSystemException, AgoSecurityException
public AgoAdmStatInfo[] getStatInfos(String[] statNames) throws AgoUnrecoverableSystemException, AgoSecurityException
statNames
- the names of statisticspublic AgoAdmStatInfo getStatInfo(String statName) throws AgoUnrecoverableSystemException, AgoSecurityException
statName
- the name of the statisticpublic AgoAdmStatInfo getStatInfo(int index) throws AgoUnrecoverableSystemException, AgoSecurityException
index
- the index number for the statistic
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |