|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.health.meter.MeterGraphPage
@Configurable public class MeterGraphPage
| Constructor Summary | |
|---|---|
MeterGraphPage()
|
|
| Method Summary | |
|---|---|
void |
add(MeterGraph graph)
|
void |
addGraph(MeterGraph graph)
|
MeterGraph |
createGraph()
|
int |
getColumns()
Returns the preferred number of columns. |
MeterGraph[] |
getMeterGraphs()
Returns the graphs on 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MeterGraphPage()
| Method Detail |
|---|
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 MeterGraphPageInfopublic 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 MeterGraphPageInfopublic MeterGraph createGraph()
@Configurable public void addGraph(MeterGraph graph)
@Configurable public void add(MeterGraph graph)
public MeterGraph[] getMeterGraphs()
MeterGraphPageInfo
getMeterGraphs in interface MeterGraphPageInfo
@PostConstruct
public void init()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||