com.caucho.management.server
Interface MeterGraphPageInfo


public interface MeterGraphPageInfo

Information about a saved/pre-configured meter graph.


Method Summary
 int getColumns()
          Returns the preferred number of columns.
 MeterGraphInfo[] getMeterGraphs()
          Returns the graphs in the default section.
 MeterGraphSectionInfo[] getMeterSections()
          Returns the sections of the page.
 java.lang.String getName()
          Returns the meter graphs page name.
 long getPeriod()
          Returns the preferred period in milliseconds
 boolean isHeapDump()
          Should we display heap dump?
 boolean isJmxDump()
          Should we display jmx-dump?
 boolean isLog()
          Should we display log?
 boolean isProfile()
          Should we display profile?
 boolean isSummary()
          Should we display summary?
 boolean isThreadDump()
          Should we display thread-dump?
 

Method Detail

getName

java.lang.String getName()
Returns the meter graphs page name.


getColumns

int getColumns()
Returns the preferred number of columns.


getPeriod

long getPeriod()
Returns the preferred period in milliseconds


isSummary

boolean isSummary()
Should we display summary?


isLog

boolean isLog()
Should we display log?


isHeapDump

boolean isHeapDump()
Should we display heap dump?


isProfile

boolean isProfile()
Should we display profile?


isThreadDump

boolean isThreadDump()
Should we display thread-dump?


isJmxDump

boolean isJmxDump()
Should we display jmx-dump?


getMeterSections

MeterGraphSectionInfo[] getMeterSections()
Returns the sections of the page.


getMeterGraphs

MeterGraphInfo[] getMeterGraphs()
Returns the graphs in the default section.