|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractSDKList
com.businessobjects.sdk.monitoring.probe.VirtualMetrics
public class VirtualMetrics
This class is used to represent the set of Virtual Metrics of a health probe.
| Constructor Summary | |
|---|---|
VirtualMetrics(PropertyBag bag)
This constructor is used to get the property bag that contains the name and value of the Virtual Metric. |
|
| Method Summary | |
|---|---|
java.util.Map |
getMap()
This method is used to get all Virtual Metrics in a map. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKList |
|---|
get |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
|---|
public VirtualMetrics(PropertyBag bag)
This constructor is used to get the property bag that contains the name and value of the Virtual Metric. This is called by AbstractSDKList.createCollectionObject.
bag - PropertyBag| Method Detail |
|---|
public java.util.Map getMap()
This method is used to get all Virtual Metrics in a map.
getMap in interface IVirtualMetrics
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||