Package | Description |
---|---|
org.opennms.netmgt.config.vmware.cim |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.jaxb |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<VmwareCimCollection> |
VmwareCimDatacollectionConfig.enumerateVmwareCimCollection()
Method enumerateVmwareCimCollection.
|
List<VmwareCimCollection> |
VmwareCimDatacollectionConfig.getVmwareCimCollectionCollection()
Method getVmwareCimCollectionCollection.Returns a reference
to '_vmwareCimCollectionList'.
|
Iterator<VmwareCimCollection> |
VmwareCimDatacollectionConfig.iterateVmwareCimCollection()
Method iterateVmwareCimCollection.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
VmwareCimDatacollectionConfig.setVmwareCimCollection(List<VmwareCimCollection> vVmwareCimCollectionList)
Sets the value of '_vmwareCimCollectionList' by copying the
given Vector.
|
Modifier and Type | Method and Description |
---|---|
VmwareCimCollection |
VmwareCimDatacollectionConfigDao.getVmwareCimCollection(String collectionName)
This method returns a subset of the configuration data for a given collection name.
|
Modifier and Type | Method and Description |
---|---|
VmwareCimCollection |
VmwareCimDatacollectionConfigDaoJaxb.getVmwareCimCollection(String collectionName)
This method returns a subset of the configuration data for a given collection name.
|
Copyright © 2021. All rights reserved.