com.caucho.management.server
Interface SnapshotServiceMXBean

All Superinterfaces:
ManagedObjectMXBean

public interface SnapshotServiceMXBean
extends ManagedObjectMXBean

Interface for taking and retrieving a snapshot.

 resin:type=SnapshotService
 


Method Summary
 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()
           
 
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean
getName, getObjectName, getType
 

Method Detail

snapshotJmx

void snapshotJmx()

snapshotHeap

void snapshotHeap()

snapshotThreadDump

void snapshotThreadDump()

snapshotHealth

void snapshotHealth()

snapshotScoreboards

void snapshotScoreboards()

startProfile

void startProfile(long samplingRate,
                  int stackDepth)

stopProfile

void stopProfile()

snapshotProfile

void snapshotProfile()

snapshotProfile

void snapshotProfile(long period,
                     long samplingRate,
                     int stackDepth)