Package | Description |
---|---|
org.opennms.features.vaadin.datacollection | |
org.opennms.netmgt.config.datacollection |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
IncludeCollection |
IncludeCollectionWrapper.createIncludeCollection()
Creates the include collection.
|
Constructor and Description |
---|
IncludeCollectionWrapper(IncludeCollection ic)
Instantiates a new include collection Wrapper.
|
Modifier and Type | Method and Description |
---|---|
IncludeCollection[] |
SnmpCollection.getIncludeCollection()
Method getIncludeCollection.Returns the contents of the
collection in an Array.
|
IncludeCollection |
SnmpCollection.getIncludeCollection(int index)
Method getIncludeCollection.
|
IncludeCollection |
SnmpCollection.removeIncludeCollectionAt(int index)
Method removeIncludeCollectionAt.
|
static IncludeCollection |
IncludeCollection.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<IncludeCollection> |
SnmpCollection.enumerateIncludeCollection()
Method enumerateIncludeCollection.
|
List<IncludeCollection> |
SnmpCollection.getIncludeCollectionCollection()
Method getIncludeCollectionCollection.Returns a reference to
'_includeCollectionList'.
|
Iterator<IncludeCollection> |
SnmpCollection.iterateIncludeCollection()
Method iterateIncludeCollection.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpCollection.addIncludeCollection(IncludeCollection includeCollection) |
void |
SnmpCollection.addIncludeCollection(int index,
IncludeCollection includeCollection) |
boolean |
SnmpCollection.removeIncludeCollection(IncludeCollection includeCollection)
Method removeIncludeCollection.
|
void |
SnmpCollection.setIncludeCollection(IncludeCollection[] includeCollections) |
void |
SnmpCollection.setIncludeCollection(int index,
IncludeCollection includeCollection) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpCollection.setIncludeCollection(List<IncludeCollection> includeCollections)
Sets the value of '_includeCollectionList' by copying the
given Vector.
|
void |
SnmpCollection.setIncludeCollectionCollection(List<IncludeCollection> includeCollections)
Deprecated.
|
Copyright © 2015. All Rights Reserved.