public class SnapshotServiceAdmin extends AbstractManagedObject implements SnapshotServiceMXBean
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
LOG_SNAPSHOT_BEGIN  | 
static java.lang.String | 
LOG_SNAPSHOT_END  | 
| Constructor and Description | 
|---|
SnapshotServiceAdmin()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
The JMX name property of the mbean. 
 | 
void | 
snapshotHealth()  | 
void | 
snapshotHeap()  | 
void | 
snapshotJmx()  | 
void | 
snapshotProfile()  | 
void | 
snapshotProfile(long period,
               long samplingRate,
               int stackDepth)  | 
void | 
snapshotScoreboards()  | 
void | 
snapshotThreadDump()  | 
void | 
startProfile(long samplingRate,
            int stackDepth)  | 
void | 
stopProfile()  | 
addObjectNameProperties, getObjectName, getType, registerSelf, toString, unregisterSelfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectName, getTypepublic static final java.lang.String LOG_SNAPSHOT_BEGIN
public static final java.lang.String LOG_SNAPSHOT_END
public java.lang.String getName()
AbstractManagedObjectgetName in interface ManagedObjectMXBeangetName in class AbstractManagedObjectpublic void snapshotJmx()
snapshotJmx in interface SnapshotServiceMXBeanpublic void snapshotHeap()
snapshotHeap in interface SnapshotServiceMXBeanpublic void snapshotThreadDump()
snapshotThreadDump in interface SnapshotServiceMXBeanpublic void snapshotHealth()
snapshotHealth in interface SnapshotServiceMXBeanpublic void snapshotScoreboards()
snapshotScoreboards in interface SnapshotServiceMXBeanpublic void startProfile(long samplingRate,
                         int stackDepth)
startProfile in interface SnapshotServiceMXBeanpublic void stopProfile()
stopProfile in interface SnapshotServiceMXBeanpublic void snapshotProfile(long period,
                            long samplingRate,
                            int stackDepth)
snapshotProfile in interface SnapshotServiceMXBeanpublic void snapshotProfile()
snapshotProfile in interface SnapshotServiceMXBean