Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.snmpinterfacepoller |
Modifier and Type | Method and Description |
---|---|
Package |
SnmpInterfacePollerConfigManager.getPackage(String name)
getPackage
|
Package |
SnmpInterfacePollerConfigManager.getPackageForAddress(String ipaddr)
Returns the first package that the ip belongs to, null if none.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
SnmpInterfacePollerConfigManager.enumeratePackage()
enumeratePackage
|
Iterable<Package> |
SnmpInterfacePollerConfigManager.packages()
packages
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpInterfacePollerConfigManager.addPackage(Package pkg)
addPackage
|
List<InetAddress> |
SnmpInterfacePollerConfigManager.getIpList(Package pkg)
getIpList
|
Iterable<String> |
SnmpInterfacePollerConfigManager.includeURLs(Package pkg)
includeURLs
|
boolean |
SnmpInterfacePollerConfigManager.interfaceInPackage(String iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
Modifier and Type | Method and Description |
---|---|
Package[] |
SnmpInterfacePollerConfiguration.getPackage()
Method getPackage.Returns the contents of the collection in
an Array.
|
Package |
SnmpInterfacePollerConfiguration.getPackage(int index)
Method getPackage.
|
Package |
SnmpInterfacePollerConfiguration.removePackageAt(int index)
Method removePackageAt.
|
static Package |
Package.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
SnmpInterfacePollerConfiguration.enumeratePackage()
Method enumeratePackage.
|
List<Package> |
SnmpInterfacePollerConfiguration.getPackageCollection()
Method getPackageCollection.Returns a reference to
'_packageList'.
|
Iterator<Package> |
SnmpInterfacePollerConfiguration.iteratePackage()
Method iteratePackage.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpInterfacePollerConfiguration.addPackage(int index,
Package vPackage) |
void |
SnmpInterfacePollerConfiguration.addPackage(Package vPackage) |
boolean |
SnmpInterfacePollerConfiguration.removePackage(Package vPackage)
Method removePackage.
|
void |
SnmpInterfacePollerConfiguration.setPackage(int index,
Package vPackage) |
void |
SnmpInterfacePollerConfiguration.setPackage(Package[] vPackageArray) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpInterfacePollerConfiguration.setPackage(List<Package> vPackageList)
Sets the value of '_packageList' by copying the given
Vector.
|
void |
SnmpInterfacePollerConfiguration.setPackageCollection(List<Package> _packageList)
Deprecated.
|
Copyright © 2017. All rights reserved.