org.ow2.jasmine.probe
Class JasmineIndicator
java.lang.Object
org.ow2.jasmine.probe.JasmineObject
org.ow2.jasmine.probe.JasmineIndicator
public class JasmineIndicator
- extends JasmineObject
A JasmineIndicator defines how to obtain the value to be monitored
- Author:
- durieuxp
JasmineIndicator
public JasmineIndicator()
- Default constructor
getScale
public int getScale()
setScale
public void setScale(int scale)
getSources
public List<String> getSources()
setSources
public void setSources(List<String> sources)
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.
- Specified by:
toLine in class JasmineObject
- Returns:
equals
public boolean equals(Object obj)
- Compare the current JasmineIndicator with a given one end return true
only if name, type, scale, sources and properties are identical.
- Overrides:
equals in class Object
- Parameters:
obj - the JasmineIndicator to compare this object with
- Returns:
- true if name, type, scale, sources and properties are identical,
false otherwise.
Copyright © 2013 OW2 Consortium. All Rights Reserved.