|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVirtualMetric
This interface is used to access the properties of a Virtual Metric.
| Method Summary | |
|---|---|
PropertyBag |
getBag()
This method is used to retrieve the property bag containing the Virtual Metrics information. |
java.lang.String |
getDesc()
This method is used to retrieve the description of the metric. |
java.lang.String |
getName()
This method is used to retrieve the name of the metric. |
java.lang.String[] |
getServerKinds()
This method is used to retrieve the server kinds. |
java.lang.String |
getType()
This method is used to retrieve the type of the metric. |
java.lang.String |
getUnit()
This method is used to retrieve the unit of measurement of the Virtual Metric. |
java.lang.Object |
getValue()
This method is used to retrieve the value of the metric. |
IVMAssociations |
getVMAssociations()
This method is used to get all the Virtual Metrics associations stored in the Health Probe InfoObject. |
void |
setDesc(java.lang.String desc)
This method is used to set the description of the metric. |
void |
setName(java.lang.String name)
This method is used to set the name of the metric. |
void |
setUnit(java.lang.String unit)
This method is used to set the unit of measurement of the Virtual Metric (For example, milliseconds, users). |
void |
setValue(java.lang.Object value)
This method is used to set the value of the metric. |
void |
setVMAssociations(java.lang.String[] cuids)
This method is used to associate the cuid of the managed entity to the Virtual Metric. |
| Method Detail |
|---|
java.lang.String getName()
This method is used to retrieve the name of the metric.
void setName(java.lang.String name)
This method is used to set the name of the metric.
name - Name of the metricjava.lang.String getDesc()
This method is used to retrieve the description of the metric.
void setDesc(java.lang.String desc)
This method is used to set the description of the metric.
desc - Description of the metricjava.lang.Object getValue()
This method is used to retrieve the value of the metric.
void setValue(java.lang.Object value)
This method is used to set the value of the metric.
value - Value of the metricjava.lang.String getType()
This method is used to retrieve the type of the metric.
IVMAssociations getVMAssociations()
This method is used to get all the Virtual Metrics associations stored in the Health Probe InfoObject.
void setVMAssociations(java.lang.String[] cuids)
This method is used to associate the cuid of the managed entity to the Virtual Metric.
cuids - array of cuidsPropertyBag getBag()
This method is used to retrieve the property bag containing the Virtual Metrics information.
void setUnit(java.lang.String unit)
This method is used to set the unit of measurement of the Virtual Metric (For example, milliseconds, users).
unit - Unit of measurementjava.lang.String getUnit()
This method is used to retrieve the unit of measurement of the Virtual Metric.
java.lang.String[] getServerKinds()
This method is used to retrieve the server kinds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||