com.businessobjects.sdk.monitoring.probe
Class VirtualMetrics

java.lang.Object
  extended by AbstractSDKList
      extended by com.businessobjects.sdk.monitoring.probe.VirtualMetrics
All Implemented Interfaces:
IVirtualMetrics, ISDKList, java.lang.Iterable, java.util.Collection, java.util.List

public class VirtualMetrics
extends AbstractSDKList
implements IVirtualMetrics

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

VirtualMetrics

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.

Parameters:
bag - PropertyBag
Method Detail

getMap

public java.util.Map getMap()

This method is used to get all Virtual Metrics in a map.

Specified by:
getMap in interface IVirtualMetrics
Returns:
Map < String, IVirtualMetric >