|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MethodContextSetMBean
Set of method contexts and related aggregate data.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
double |
getAverageContextCpuSeconds()
Average CPU seconds consumed by each context Supported API: true |
double |
getAverageContextSeconds()
Average contexts duration in seconds Supported API: true |
int |
getCompletedContextCount()
Number of completed contexts in this set Supported API: true |
int |
getContextCount()
Number of contexts in this set Supported API: true |
String[] |
getContextIdsByContextTime()
List of context ids in order of decreasing context duration Supported API: true |
String[] |
getContextIdsByCpuTime()
List of context ids in order of decreasing CPU time Supported API: true |
String[] |
getContextIdsByJDBCTime()
List of context ids in order of decreasing JDBC time Supported API: true |
String[] |
getContextIdsByPercentageCpuTime()
List of context ids in order of decreasing percentage CPU time consumed Supported API: true |
Timestamp |
getCreationTime()
Time at which this request set was created. |
int |
getErrorCount()
Number of contexts in this set that encountered an error Supported API: true |
long |
getId()
Id of method context set; unique within a MethodContextMonitorMBean Supported API: true |
double |
getLongestContextCpuSeconds()
Most CPU seconds consumed by any context Supported API: true |
double |
getLongestContextSeconds()
Longest context duration in seconds Supported API: true |
String[] |
getSynopses()
Synopses (a combination of target class and method [where available] and AccessLogDetail) of contexts Supported API: true |
String[] |
getUsersNames()
User names of the contexts Supported API: true |
void |
remove()
Remove this context set Supported API: true |
void |
removeCompletedContexts()
Remove all completed contexts from the set Supported API: true |
| Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean |
|---|
emailThisMBean |
| Method Detail |
|---|
long getId()
Timestamp getCreationTime()
int getContextCount()
int getCompletedContextCount()
int getErrorCount()
String[] getUsersNames()
String[] getSynopses()
double getAverageContextSeconds()
double getLongestContextSeconds()
double getAverageContextCpuSeconds()
double getLongestContextCpuSeconds()
String[] getContextIdsByContextTime()
String[] getContextIdsByJDBCTime()
String[] getContextIdsByCpuTime()
String[] getContextIdsByPercentageCpuTime()
void removeCompletedContexts()
void remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||