com.businessobjects.sdk.monitoring.probe
Class VMAssociations

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

public class VMAssociations
extends AbstractSDKList
implements IVMAssociations

This class is used to represent the Virtual Metric association with the managed entity.


Constructor Summary
VMAssociations(PropertyBag bag)
          This method is used to create the VMAssociations from the property bag that contains one or more CUIDs.
 
Method Summary
 boolean isCUIDAssociated(java.lang.String cuid)
          This method is used to return a boolean value to determine if the cuid is associated with the VirtualMetric.
 
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

VMAssociations

public VMAssociations(PropertyBag bag)

This method is used to create the VMAssociations from the property bag that contains one or more CUIDs.

Parameters:
bag - Property Bag SI_VMASSOCIATIONS
Method Detail

isCUIDAssociated

public boolean isCUIDAssociated(java.lang.String cuid)
Description copied from interface: IVMAssociations

This method is used to return a boolean value to determine if the cuid is associated with the VirtualMetric.

Specified by:
isCUIDAssociated in interface IVMAssociations
Parameters:
cuid - cuid of the managed entity
Returns:
True, if the cuid is associated with the Virtual Metric, False otherwise.