@Configurable public class MeterGraphPage extends java.lang.Object implements MeterGraphPageInfo, java.io.Serializable
Constructor and Description |
---|
MeterGraphPage() |
Modifier and Type | Method and Description |
---|---|
void |
add(MeterGraph graph) |
void |
add(MeterGraphSection section) |
void |
addGraph(MeterGraph graph) |
void |
addSection(MeterGraphSection section) |
MeterGraph |
createGraph() |
MeterGraphSection |
createSection() |
int |
getColumns()
Returns the preferred number of columns.
|
MeterGraph[] |
getMeterGraphs()
Returns the graphs in the default section.
|
MeterGraphSection[] |
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
|
void |
init() |
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?
|
void |
setColumns(int columns) |
void |
setHeapDump(boolean isEnable) |
void |
setJmxDump(boolean isEnable) |
void |
setLog(boolean isEnable) |
void |
setName(java.lang.String name) |
void |
setPeriod(Period period) |
void |
setProfile(boolean isEnable) |
void |
setSummary(boolean isEnable) |
void |
setThreadDump(boolean isEnable) |
java.lang.String |
toString() |
public java.lang.String getName()
MeterGraphPageInfo
getName
in interface MeterGraphPageInfo
@Configurable public void setName(java.lang.String name)
public void setColumns(int columns)
public int getColumns()
MeterGraphPageInfo
getColumns
in interface MeterGraphPageInfo
public void setPeriod(Period period)
public long getPeriod()
MeterGraphPageInfo
getPeriod
in interface MeterGraphPageInfo
@Configurable public void setSummary(boolean isEnable)
public boolean isSummary()
MeterGraphPageInfo
isSummary
in interface MeterGraphPageInfo
@Configurable public void setLog(boolean isEnable)
public boolean isLog()
MeterGraphPageInfo
isLog
in interface MeterGraphPageInfo
@Configurable public void setHeapDump(boolean isEnable)
public boolean isHeapDump()
MeterGraphPageInfo
isHeapDump
in interface MeterGraphPageInfo
@Configurable public void setProfile(boolean isEnable)
public boolean isProfile()
MeterGraphPageInfo
isProfile
in interface MeterGraphPageInfo
@Configurable public void setThreadDump(boolean isEnable)
public boolean isThreadDump()
MeterGraphPageInfo
isThreadDump
in interface MeterGraphPageInfo
@Configurable public void setJmxDump(boolean isEnable)
public boolean isJmxDump()
MeterGraphPageInfo
isJmxDump
in interface MeterGraphPageInfo
public MeterGraphSection createSection()
@Configurable public void addSection(MeterGraphSection section)
@Configurable public void add(MeterGraphSection section)
public MeterGraph createGraph()
@Configurable public void addGraph(MeterGraph graph)
@Configurable public void add(MeterGraph graph)
public MeterGraphSection[] getMeterSections()
MeterGraphPageInfo
getMeterSections
in interface MeterGraphPageInfo
public MeterGraph[] getMeterGraphs()
MeterGraphPageInfo
getMeterGraphs
in interface MeterGraphPageInfo
@PostConstruct public void init() throws java.lang.Exception
java.lang.Exception
public java.lang.String toString()
toString
in class java.lang.Object