com.businessobjects.sdk.monitoring.probe
Interface IVirtualMetrics

All Superinterfaces:
java.util.Collection, ISDKList, java.lang.Iterable, java.util.List
All Known Implementing Classes:
VirtualMetrics

public interface IVirtualMetrics
extends ISDKList

This interface is used to represent the Virtual Metrics of a Health Probe.


Method Summary
 java.util.Map getMap()
          This method is used to return the map of the Virtual Metrics.
 
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
 

Method Detail

getMap

java.util.Map getMap()

This method is used to return the map of the Virtual Metrics.

Returns:
Map < String, IVirtualMetric >