Modifier and Type | Class and Description |
---|---|
class |
PollerConfigFactory
This is the singleton class used to load the configuration for the OpenNMS
Poller service from the poller-configuration XML file.
|
class |
PollerConfigManager
Abstract PollerConfigManager class.
|
Modifier and Type | Method and Description |
---|---|
static PollerConfig |
PollerConfigFactory.getInstance()
Return the singleton instance of this factory.
|
PollerConfig |
DefaultPollerConfigDao.getPollerConfig()
getPollerConfig
|
Modifier and Type | Method and Description |
---|---|
static void |
PollerConfigFactory.setInstance(PollerConfig instance)
setInstance
|
Modifier and Type | Method and Description |
---|---|
PollerConfig |
DefaultPollContext.getPollerConfig()
getPollerConfig
|
PollerConfig |
Poller.getPollerConfig()
getPollerConfig
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPollContext.setPollerConfig(PollerConfig pollerConfig)
setPollerConfig
|
void |
Poller.setPollerConfig(PollerConfig pollerConfig)
setPollerConfig
|
Constructor and Description |
---|
LatencyStoringServiceMonitorAdaptor(PollerConfig config,
Package pkg,
PersisterFactory persisterFactory,
ResourceStorageDao resourceStorageDao)
Constructor for LatencyStoringServiceMonitorAdaptor.
|
PollableServiceConfig(PollableService svc,
PollerConfig pollerConfig,
PollOutagesConfig pollOutagesConfig,
Package pkg,
Timer timer,
PersisterFactory persisterFactory,
ResourceStorageDao resourceStorageDao,
LocationAwarePollerClient locationAwarePollerClient)
Constructor for PollableServiceConfig.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPollerBackEnd.setPollerConfig(PollerConfig pollerConfig)
setPollerConfig
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyPollerConfigManager
This class can be used to read an up-to-date copy of
poller-configuration.xml without affecting the global instance stored
in
PollerConfigFactory . |
Modifier and Type | Field and Description |
---|---|
protected PollerConfig |
ForeignSourceConfigRestService.m_pollerConfig
The poller configuration.
|
Copyright © 2019. All rights reserved.