|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RMIClientMonitorMBean
Provide information on outgoing RMI calls
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
int |
getActiveCalls()
Number of currently active RMI calls Supported API: true |
double |
getAverageCallSeconds()
Average RMI call elasped time (in seconds) Supported API: true |
CompositeData |
getRecentCallData()
Statistics on outgoing RMI calls during "recent" interval Supported API: true |
int |
getRecentIntervalSeconds()
Length of "recent" statistics interval in seconds Supported API: true |
long |
getTotalCalls()
Get total number of RMI calls made Supported API: true |
double |
getTotalCallSeconds()
Get elapsed RMI call time (in seconds) for process (or rather this classloader) Supported API: true |
void |
setRecentIntervalSeconds(int recentIntervalSeconds)
Length of "recent" statistics interval in seconds Supported API: true |
| Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean |
|---|
emailThisMBean |
| Method Detail |
|---|
int getActiveCalls()
long getTotalCalls()
double getTotalCallSeconds()
double getAverageCallSeconds()
int getRecentIntervalSeconds()
void setRecentIntervalSeconds(int recentIntervalSeconds)
CompositeData getRecentCallData()
throws OpenDataException
OpenDataException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||