com.businessobjects.sdk.monitoring.probe
Interface IVMAssociations

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

public interface IVMAssociations
extends ISDKList

This interface is used to provide a set of methods to access the Virtual Metric Associations.


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 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

isCUIDAssociated

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.

Parameters:
cuid - cuid of the managed entity
Returns:
True, if the cuid is associated with the Virtual Metric, False otherwise.