public interface SnapshotServiceMXBean extends ManagedObjectMXBean
resin:type=SnapshotService
Modifier and Type | Method and Description |
---|---|
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() |
getName, getObjectName, getType
void snapshotJmx()
void snapshotHeap()
void snapshotThreadDump()
void snapshotHealth()
void snapshotScoreboards()
void startProfile(long samplingRate, int stackDepth)
void stopProfile()
void snapshotProfile()
void snapshotProfile(long period, long samplingRate, int stackDepth)