|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractSDKList
com.businessobjects.sdk.monitoring.probe.VMAssociations
public class VMAssociations
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 |
|---|
public VMAssociations(PropertyBag bag)
This method is used to create the VMAssociations from the property bag that contains one or more CUIDs.
bag - Property Bag SI_VMASSOCIATIONS| Method Detail |
|---|
public boolean isCUIDAssociated(java.lang.String cuid)
IVMAssociationsThis method is used to return a boolean value to determine if the cuid is associated with the VirtualMetric.
isCUIDAssociated in interface IVMAssociationscuid - cuid of the managed entity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||