Package wt.jmx.core.mbeans
Interface RMIClientMonitorMBean
- All Superinterfaces:
SelfEmailingMBean
Provide information on outgoing RMI calls
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionintNumber of currently active RMI calls
Supported API: truedoubleAverage RMI call elasped time (in seconds)
Supported API: trueStatistics on outgoing RMI calls during "recent" interval
Supported API: trueintLength of "recent" statistics interval in seconds
Supported API: truelongGet total number of RMI calls made
Supported API: truedoubleGet elapsed RMI call time (in seconds) for process (or rather this classloader)
Supported API: truevoidsetRecentIntervalSeconds(int recentIntervalSeconds) Length of "recent" statistics interval in seconds
Supported API: trueMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getActiveCalls
int getActiveCalls()Number of currently active RMI calls
Supported API: true -
getTotalCalls
long getTotalCalls()Get total number of RMI calls made
Supported API: true -
getTotalCallSeconds
double getTotalCallSeconds()Get elapsed RMI call time (in seconds) for process (or rather this classloader)
Supported API: true -
getAverageCallSeconds
double getAverageCallSeconds()Average RMI call elasped time (in seconds)
Supported API: true -
getRecentIntervalSeconds
int getRecentIntervalSeconds()Length of "recent" statistics interval in seconds
Supported API: true -
setRecentIntervalSeconds
void setRecentIntervalSeconds(int recentIntervalSeconds) Length of "recent" statistics interval in seconds
Supported API: true -
getRecentCallData
Statistics on outgoing RMI calls during "recent" interval
Supported API: true- Throws:
OpenDataException
-