Uses of Class
org.opennms.netmgt.config.vmware.cim.VmwareCimCollection
-
Packages that use VmwareCimCollection Package Description org.opennms.netmgt.config.vmware.cim This file is part of OpenNMS(R).org.opennms.netmgt.dao org.opennms.netmgt.dao.jaxb -
-
Uses of VmwareCimCollection in org.opennms.netmgt.config.vmware.cim
Methods in org.opennms.netmgt.config.vmware.cim that return VmwareCimCollection Modifier and Type Method Description VmwareCimCollection[]
VmwareCimDatacollectionConfig. getVmwareCimCollection()
Method getVmwareCimCollection.Returns the contents of the collection in an Array.VmwareCimCollection
VmwareCimDatacollectionConfig. getVmwareCimCollection(int index)
Method getVmwareCimCollection.VmwareCimCollection
VmwareCimDatacollectionConfig. removeVmwareCimCollectionAt(int index)
Method removeVmwareCimCollectionAt.Methods in org.opennms.netmgt.config.vmware.cim that return types with arguments of type VmwareCimCollection Modifier and Type Method Description Enumeration<VmwareCimCollection>
VmwareCimDatacollectionConfig. enumerateVmwareCimCollection()
Method enumerateVmwareCimCollection.List<VmwareCimCollection>
VmwareCimDatacollectionConfig. getVmwareCimCollectionCollection()
Method getVmwareCimCollectionCollection.Returns a reference to '_vmwareCimCollectionList'.Iterator<VmwareCimCollection>
VmwareCimDatacollectionConfig. iterateVmwareCimCollection()
Method iterateVmwareCimCollection.Methods in org.opennms.netmgt.config.vmware.cim with parameters of type VmwareCimCollection Modifier and Type Method Description void
VmwareCimDatacollectionConfig. addVmwareCimCollection(int index, VmwareCimCollection vVmwareCimCollection)
void
VmwareCimDatacollectionConfig. addVmwareCimCollection(VmwareCimCollection vVmwareCimCollection)
boolean
VmwareCimDatacollectionConfig. removeVmwareCimCollection(VmwareCimCollection vVmwareCimCollection)
Method removeVmwareCimCollection.void
VmwareCimDatacollectionConfig. setVmwareCimCollection(int index, VmwareCimCollection vVmwareCimCollection)
void
VmwareCimDatacollectionConfig. setVmwareCimCollection(VmwareCimCollection[] vVmwareCimCollectionArray)
Method parameters in org.opennms.netmgt.config.vmware.cim with type arguments of type VmwareCimCollection Modifier and Type Method Description void
VmwareCimDatacollectionConfig. setVmwareCimCollection(List<VmwareCimCollection> vVmwareCimCollectionList)
Sets the value of '_vmwareCimCollectionList' by copying the given Vector. -
Uses of VmwareCimCollection in org.opennms.netmgt.dao
Methods in org.opennms.netmgt.dao that return VmwareCimCollection Modifier and Type Method Description VmwareCimCollection
VmwareCimDatacollectionConfigDao. getVmwareCimCollection(String collectionName)
This method returns a subset of the configuration data for a given collection name. -
Uses of VmwareCimCollection in org.opennms.netmgt.dao.jaxb
Methods in org.opennms.netmgt.dao.jaxb that return VmwareCimCollection Modifier and Type Method Description VmwareCimCollection
VmwareCimDatacollectionConfigDaoJaxb. getVmwareCimCollection(String collectionName)
This method returns a subset of the configuration data for a given collection name.
-