|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.JasmineIndicator
public class JasmineIndicator
A JasmineIndicator defines how to obtain the value to be monitored
| Field Summary | |
|---|---|
protected String |
name
Name of this indicator can be provided by the user or generated. |
| Constructor Summary | |
|---|---|
JasmineIndicator()
|
|
| Method Summary | |
|---|---|
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. |
String |
getName()
|
Map<String,String> |
getProperties()
|
int |
getScale()
|
List<String> |
getSources()
|
String |
getType()
|
void |
setName(String name)
|
void |
setProperties(Map<String,String> properties)
|
void |
setScale(int scale)
|
void |
setSources(List<String> sources)
|
void |
setType(String type)
|
String |
toLine()
Build a single line description of this object. |
String |
toString()
Build a full description of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
| Constructor Detail |
|---|
public JasmineIndicator()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public int getScale()
public void setScale(int scale)
public List<String> getSources()
public void setSources(List<String> sources)
public Map<String,String> getProperties()
public void setProperties(Map<String,String> properties)
public String toString()
toString in class Objectpublic String toLine()
public boolean equals(Object obj)
equals in class Objectother - the JasmineIndicator to compare this object with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||