org.ow2.jasmine.probe
Class JasmineIndicator

java.lang.Object
  extended by 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.
 
Constructor Summary
JasmineIndicator()
           
 
Method Summary
 String getName()
           
 Map<String,String> getProperties()
           
 int getScale()
           
 String getType()
           
 void setName(String name)
           
 void setProperties(Map<String,String> properties)
           
 void setScale(int scale)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name
Name of this indicator can be provided by the user or generated. Must be unique inside of an agent

Constructor Detail

JasmineIndicator

public JasmineIndicator()
Method Detail

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)

getProperties

public Map<String,String> getProperties()

setProperties

public void setProperties(Map<String,String> properties)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 OW2 Consortium. All Rights Reserved.