|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.graph.conf.Constants
org.ow2.jasmine.monitoring.mbeancmd.graph.conf.SerieConfig
public class SerieConfig
Series configuration.
Field Summary | |
---|---|
private java.lang.String |
description
Series description. |
private java.lang.String |
id
Identifier. |
private java.lang.String |
mbeanPattern
MBean pattern used for filtering. |
private Configuration |
parent
Parent Configuration. |
private java.lang.String |
title
Title. |
private java.lang.String |
xAxis
Name of the X axis. |
private int |
xType
Data type of the X axis. |
private java.lang.String |
yAxis
Name of the Y axis. |
private int |
yType
Data type of the Y axis. |
Fields inherited from class org.ow2.jasmine.monitoring.mbeancmd.graph.conf.Constants |
---|
DOUBLE, GRAPH_CONFIG_PATH, LONG |
Constructor Summary | |
---|---|
SerieConfig(Configuration parent)
Creates a series configuration based on a Configuration parent. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getId()
|
java.lang.String |
getMbeanPattern()
|
Configuration |
getParent()
|
java.lang.String |
getTitle()
|
java.lang.String |
getXAxis()
|
int |
getXType()
|
java.lang.String |
getYAxis()
|
int |
getYType()
|
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.String id)
|
void |
setMbeanPattern(java.lang.String mbeanPattern)
|
void |
setTitle(java.lang.String title)
|
void |
setXAxis(java.lang.String axis)
|
void |
setXType(int type)
|
void |
setYAxis(java.lang.String axis)
|
void |
setYType(int type)
|
Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.graph.conf.Constants |
---|
getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String id
private java.lang.String title
private java.lang.String xAxis
private int xType
private java.lang.String yAxis
private int yType
private java.lang.String mbeanPattern
private java.lang.String description
private Configuration parent
Constructor Detail |
---|
public SerieConfig(Configuration parent)
parent
- Configuration parent.Method Detail |
---|
public Configuration getParent()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Series description to set.public java.lang.String getMbeanPattern()
public void setMbeanPattern(java.lang.String mbeanPattern)
mbeanPattern
- MBean pattern to set.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- New series title.public java.lang.String getXAxis()
public void setXAxis(java.lang.String axis)
axis
- New name of the X axis.public int getXType()
public void setXType(int type)
type
- New type of the X axis.public java.lang.String getYAxis()
public void setYAxis(java.lang.String axis)
axis
- New name of the Y axis.public int getYType()
public void setYType(int type)
type
- New type of the Y axis.public java.lang.String getId()
public void setId(java.lang.String id)
id
- New series identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |