Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.linkd | |
org.opennms.netmgt.config.mock |
Modifier and Type | Method and Description |
---|---|
Package |
LinkdConfigManager.getFirstPackageMatch(InetAddress ipaddr)
Returns the first package that the ip belongs to, null if none.
|
Package |
LinkdConfig.getFirstPackageMatch(InetAddress ipaddr)
Returns the first package that the ip belongs to, null if none.
|
Package |
LinkdConfigManager.getPackage(String name)
getPackage
|
Package |
LinkdConfig.getPackage(String pkgName)
getPackage
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
LinkdConfigManager.enumeratePackage()
enumeratePackage
|
Enumeration<Package> |
LinkdConfig.enumeratePackage()
enumeratePackage
|
Modifier and Type | Method and Description |
---|---|
List<InetAddress> |
LinkdConfigManager.getIpList(Package pkg)
Determine the list of IPs the filter rule for this package allows
|
List<InetAddress> |
LinkdConfig.getIpList(Package pkg)
Determine the list of IPs the filter rule for this package allows
|
boolean |
LinkdConfigManager.isInterfaceInPackage(InetAddress iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
boolean |
LinkdConfig.isInterfaceInPackage(InetAddress iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
boolean |
LinkdConfigManager.isInterfaceInPackageRange(InetAddress iface,
Package pkg) |
boolean |
LinkdConfig.isInterfaceInPackageRange(InetAddress 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[] |
LinkdConfiguration.getPackage()
Method getPackage.Returns the contents of the collection in
an Array.
|
Package |
LinkdConfiguration.getPackage(int index)
Method getPackage.
|
Package |
LinkdConfiguration.removePackageAt(int index)
Method removePackageAt.
|
static Package |
Package.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
LinkdConfiguration.enumeratePackage()
Method enumeratePackage.
|
List<Package> |
LinkdConfiguration.getPackageCollection()
Method getPackageCollection.Returns a reference to
'_packageList'.
|
Iterator<Package> |
LinkdConfiguration.iteratePackage()
Method iteratePackage.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkdConfiguration.addPackage(int index,
Package vPackage) |
void |
LinkdConfiguration.addPackage(Package vPackage) |
boolean |
LinkdConfiguration.removePackage(Package vPackage)
Method removePackage.
|
void |
LinkdConfiguration.setPackage(int index,
Package vPackage) |
void |
LinkdConfiguration.setPackage(Package[] vPackageArray) |
Modifier and Type | Method and Description |
---|---|
void |
LinkdConfiguration.setPackage(List<Package> vPackageList)
Sets the value of '_packageList' by copying the given
Vector.
|
void |
LinkdConfiguration.setPackageCollection(List<Package> _packageList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Package |
MockLinkdConfig.getFirstPackageMatch(InetAddress ipaddr) |
Package |
MockLinkdConfig.getPackage(String pkgName) |
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
MockLinkdConfig.enumeratePackage() |
Modifier and Type | Method and Description |
---|---|
List<InetAddress> |
MockLinkdConfig.getIpList(Package pkg) |
boolean |
MockLinkdConfig.isInterfaceInPackage(InetAddress iface,
Package pkg) |
boolean |
MockLinkdConfig.isInterfaceInPackageRange(InetAddress iface,
Package pkg) |
Copyright © 2015. All rights reserved.