Package | Description |
---|---|
org.opennms.netmgt.config.statsd |
Modifier and Type | Method and Description |
---|---|
Package[] |
StatisticsDaemonConfiguration.getPackage()
Method getPackage.Returns the contents of the collection in
an Array.
|
Package |
StatisticsDaemonConfiguration.getPackage(int index)
Method getPackage.
|
Package |
StatisticsDaemonConfiguration.removePackageAt(int index)
Method removePackageAt.
|
static Package |
Package.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
StatisticsDaemonConfiguration.enumeratePackage()
Method enumeratePackage.
|
List<Package> |
StatisticsDaemonConfiguration.getPackageCollection()
Method getPackageCollection.Returns a reference to
'_packageList'.
|
Iterator<Package> |
StatisticsDaemonConfiguration.iteratePackage()
Method iteratePackage.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticsDaemonConfiguration.addPackage(int index,
Package vPackage) |
void |
StatisticsDaemonConfiguration.addPackage(Package vPackage) |
boolean |
StatisticsDaemonConfiguration.removePackage(Package vPackage)
Method removePackage.
|
void |
StatisticsDaemonConfiguration.setPackage(int index,
Package vPackage) |
void |
StatisticsDaemonConfiguration.setPackage(Package[] vPackageArray) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsDaemonConfiguration.setPackage(List<Package> vPackageList)
Sets the value of '_packageList' by copying the given
Vector.
|
void |
StatisticsDaemonConfiguration.setPackageCollection(List<Package> _packageList)
Deprecated.
|
Copyright © 2017. All rights reserved.