| |
|
| java.lang.Object java.lang.Thread org.apache.geronimo.monitoring.snapshot.SnapshotThread
SnapshotThread | public class SnapshotThread extends Thread (Code) | | Thread that is in charge of executing every x milliseconds. Upon each
iteration, a snapshot of the server's information is recorded.
|
threadStatus | int threadStatus(Code) | | |
SnapshotThread | public SnapshotThread(long snapshot_length, MBeanServer mbServer)(Code) | | |
addMBeanForSnapshot | public void addMBeanForSnapshot(String mbeanName)(Code) | | Adds the mbean name to list in memory. To update the snapshot-config.xml
coder must use SnapshotConfigXMLBuilder class.
Parameters: mbeanName - |
getSnapshotDuration | public long getSnapshotDuration()(Code) | | Gets the elapsed time in milliseconds between each snapshot.
long |
removeMBeanForSnapshot | public void removeMBeanForSnapshot(String mbeanName)(Code) | | Removes the mbean name to list in memory. To update the
snapshot-config.xml coder must use SnapshotConfigXMLBuilder class.
Parameters: mbeanName - |
setSnapshotDuration | public void setSnapshotDuration(long snapshot_length)(Code) | | Sets the elapsed time in milliseconds between each snapshot.
Parameters: snapshotDuration - |
|
|
|