public interface EnhancedLinkdConfig
EnhancedLinkdConfig interface.
Modifier and Type | Method and Description |
---|---|
EnlinkdConfiguration |
getConfiguration()
getConfiguration
|
long |
getInitialSleepTime()
getInitialSleepTime
|
int |
getMaxBft()
getMaxBft
|
Lock |
getReadLock() |
long |
getRescanInterval()
getSnmpPollInterval
|
int |
getThreads()
getThreads
|
Lock |
getWriteLock() |
void |
reload()
reload
|
void |
save()
save
|
boolean |
useBridgeDiscovery()
useBridgeDiscovery
|
boolean |
useCdpDiscovery()
useCdpDiscovery
|
boolean |
useIsisDiscovery()
useIsisDiscovery
|
boolean |
useLldpDiscovery()
useLldpDiscovery
|
boolean |
useOspfDiscovery()
useOspfDiscovery
|
int getThreads()
getThreads
int getMaxBft()
getMaxBft
long getInitialSleepTime()
getInitialSleepTime
long getRescanInterval()
getSnmpPollInterval
boolean useCdpDiscovery()
useCdpDiscovery
boolean useBridgeDiscovery()
useBridgeDiscovery
boolean useLldpDiscovery()
useLldpDiscovery
boolean useOspfDiscovery()
useOspfDiscovery
boolean useIsisDiscovery()
useIsisDiscovery
void reload() throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reload
Reload the configuration file
IOException
- if any.org.exolab.castor.xml.MarshalException
- if any.org.exolab.castor.xml.ValidationException
- if any.void save() throws org.exolab.castor.xml.MarshalException, IOException, org.exolab.castor.xml.ValidationException
save
org.exolab.castor.xml.MarshalException
- if any.IOException
- if any.org.exolab.castor.xml.ValidationException
- if any.EnlinkdConfiguration getConfiguration()
getConfiguration
org.opennms.netmgt.config.linkd.LinkdConfiguration
object.Lock getReadLock()
Lock getWriteLock()
Copyright © 2017. All rights reserved.