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
|
Constructor and Description |
---|
PerspectivePollerd(SessionUtils sessionUtils,
MonitoringLocationDao monitoringLocationDao,
PollerConfig pollerConfig,
MonitoredServiceDao monitoredServiceDao,
LocationAwarePollerClient locationAwarePollerClient,
ApplicationDao applicationDao,
CollectionAgentFactory collectionAgentFactory,
PersisterFactory persisterFactory,
EventForwarder eventForwarder,
ThresholdingService thresholdingService,
EventDao eventDao,
OutageDao outageDao,
TracerRegistry tracerRegistry,
PerspectiveServiceTracker tracker) |
Modifier and Type | Method and Description |
---|---|
PollerConfig |
Poller.getPollerConfig()
getPollerConfig
|
PollerConfig |
DefaultPollContext.getPollerConfig()
getPollerConfig
|
Modifier and Type | Method and Description |
---|---|
void |
Poller.setPollerConfig(PollerConfig pollerConfig)
setPollerConfig
|
void |
DefaultPollContext.setPollerConfig(PollerConfig pollerConfig)
setPollerConfig
|
Constructor and Description |
---|
LatencyStoringServiceMonitorAdaptor(PollerConfig config,
Package pkg,
PersisterFactory persisterFactory,
ThresholdingService thresholdingService) |
PollableServiceConfig(PollableService svc,
PollerConfig pollerConfig,
Package pkg,
Timer timer,
PersisterFactory persisterFactory,
ThresholdingService thresholdingService,
LocationAwarePollerClient locationAwarePollerClient,
ReadablePollOutagesDao pollOutagesDao)
Constructor for PollableServiceConfig.
|
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 © 2021. All rights reserved.