|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.CollectdPackage
public class CollectdPackage
| Constructor Summary | |
|---|---|
CollectdPackage(Package pkg,
String localServer,
boolean verifyServer)
Constructor for CollectdPackage. |
|
| Method Summary | |
|---|---|
List<IncludeURL> |
getIncludeURLs()
getIncludeURLs |
protected List<InetAddress> |
getIpList()
getIpList |
String |
getName()
getName |
Package |
getPackage()
getPackage |
Service |
getService(String svcName)
getService |
String |
getStorFlagOverride()
getStorFlagOverride |
protected boolean |
hasExcludeRange(String addr,
boolean has_specific)
|
protected boolean |
hasIncludeRange(String addr)
hasIncludeRange |
protected boolean |
hasSpecific(byte[] addr)
|
protected boolean |
hasSpecificUrl(String iface,
boolean has_specific)
|
String |
ifAliasComment()
ifAliasComment |
String |
ifAliasDomain()
ifAliasDomain |
protected boolean |
interfaceInFilter(String iface)
|
boolean |
interfaceInPackage(String iface)
This method is used to determine if the named interface is included in the passed package definition. |
protected ThreadCategory |
log()
|
void |
putIpList(List<InetAddress> ipList)
putIpList |
boolean |
serviceInPackageAndEnabled(String svcName)
Returns true if the service is part of the package and the status of the service is set to "on". |
String |
storeByIfAlias()
storeByIfAlias |
String |
storeByNodeId()
storeByNodeId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectdPackage(Package pkg,
String localServer,
boolean verifyServer)
Constructor for CollectdPackage.
pkg - a Package object.localServer - a String object.verifyServer - a boolean.| Method Detail |
|---|
public Package getPackage()
getPackage
Package object.public boolean serviceInPackageAndEnabled(String svcName)
svcName - The service name to lookup.
protected boolean hasSpecific(byte[] addr)
protected boolean hasIncludeRange(String addr)
hasIncludeRange
addr - a long.
public String getName()
getName
String object.
protected boolean hasExcludeRange(String addr,
boolean has_specific)
public void putIpList(List<InetAddress> ipList)
putIpList
ipList - a List object.protected List<InetAddress> getIpList()
getIpList
List object.protected boolean interfaceInFilter(String iface)
protected ThreadCategory log()
public List<IncludeURL> getIncludeURLs()
getIncludeURLs
List object.
protected boolean hasSpecificUrl(String iface,
boolean has_specific)
public boolean interfaceInPackage(String iface)
iface - The interface to test against the package.
public Service getService(String svcName)
getService
svcName - a String object.
Service object.public String storeByIfAlias()
storeByIfAlias
String object.public String ifAliasComment()
ifAliasComment
String object.public String getStorFlagOverride()
getStorFlagOverride
String object.public String ifAliasDomain()
ifAliasDomain
String object.public String storeByNodeId()
storeByNodeId
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||