Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.collectd |
Modifier and Type | Method and Description |
---|---|
Package |
CollectdPackage.getPackage()
getPackage
|
Constructor and Description |
---|
CollectdPackage(Package pkg,
String localServer,
boolean verifyServer)
Constructor for CollectdPackage.
|
Modifier and Type | Method and Description |
---|---|
Package[] |
CollectdConfiguration.getPackage()
Method getPackage.Returns the contents of the collection in
an Array.
|
Package |
CollectdConfiguration.getPackage(int index)
Method getPackage.
|
Package |
CollectdConfiguration.removePackageAt(int index)
Method removePackageAt.
|
static Package |
Package.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
CollectdConfiguration.enumeratePackage()
Method enumeratePackage.
|
List<Package> |
CollectdConfiguration.getPackageCollection()
Method getPackageCollection.Returns a reference to
'_packageList'.
|
Iterator<Package> |
CollectdConfiguration.iteratePackage()
Method iteratePackage.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectdConfiguration.addPackage(int index,
Package vPackage) |
void |
CollectdConfiguration.addPackage(Package vPackage) |
boolean |
CollectdConfiguration.removePackage(Package vPackage)
Method removePackage.
|
void |
CollectdConfiguration.setPackage(int index,
Package vPackage) |
void |
CollectdConfiguration.setPackage(Package[] vPackageArray) |
Modifier and Type | Method and Description |
---|---|
void |
CollectdConfiguration.setPackage(List<Package> vPackageList)
Sets the value of '_packageList' by copying the given
Vector.
|
void |
CollectdConfiguration.setPackageCollection(List<Package> _packageList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.