com.caucho.management.server
Interface SnapshotServiceMXBean
- All Superinterfaces:
- ManagedObjectMXBean
- All Known Implementing Classes:
- SnapshotServiceAdmin
public interface SnapshotServiceMXBean
- extends ManagedObjectMXBean
Interface for taking and retrieving a snapshot.
resin:type=SnapshotService
snapshotJmx
void snapshotJmx()
snapshotHeap
void snapshotHeap()
snapshotThreadDump
void snapshotThreadDump()
snapshotHealth
void snapshotHealth()
startProfile
void startProfile(long samplingRate,
int stackDepth)
stopProfile
void stopProfile()
snapshotProfile
void snapshotProfile()
snapshotProfile
void snapshotProfile(long period,
long samplingRate,
int stackDepth)