org.ow2.jasmine.probe
Class JasmineIndicator
java.lang.Object
org.ow2.jasmine.probe.JasmineIndicator
public class JasmineIndicator
- extends Object
A JasmineIndicator defines how to obtain the value to be monitored
- Author:
- durieuxp
|
Field Summary |
protected String |
name
Name of this indicator
can be provided by the user or generated. |
name
protected String name
- Name of this indicator
can be provided by the user or generated.
Must be unique inside of an agent
JasmineIndicator
public JasmineIndicator()
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getScale
public int getScale()
setScale
public void setScale(int scale)
getSources
public List<String> getSources()
setSources
public void setSources(List<String> sources)
getProperties
public Map<String,String> getProperties()
setProperties
public void setProperties(Map<String,String> properties)
toString
public String toString()
- Build a full description of this object.
- Overrides:
toString in class Object
- Returns:
toLine
public String toLine()
- Build a single line description of this object.
- Returns:
Copyright © 2012 OW2 Consortium. All Rights Reserved.