Package | Description |
---|---|
org.opennms.netmgt.poller | |
org.opennms.netmgt.poller.pollables |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPollContext.openOutage(PollableService svc,
PollEvent svcLostEvent)
openOutage
|
void |
DefaultPollContext.resolveOutage(PollableService svc,
PollEvent svcRegainEvent)
resolveOutage
|
void |
DefaultPollContext.trackPoll(PollableService service,
PollStatus result) |
Modifier and Type | Method and Description |
---|---|
PollableService |
PollableNode.createService(InetAddress addr,
String svcName)
createService
|
PollableService |
PollableNetwork.createService(int nodeId,
String nodeLabel,
String nodeLocation,
InetAddress addr,
String svcName)
createService
|
PollableService |
PollableInterface.createService(String svcName)
createService
|
PollableService |
PollableNode.getService(InetAddress addr,
String svcName)
getService
|
PollableService |
PollableNetwork.getService(int nodeId,
InetAddress addr,
String svcName)
getService
|
PollableService |
PollableInterface.getService(String svcName)
getService
|
Modifier and Type | Method and Description |
---|---|
List<PollableService> |
PollableInterface.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
PollContext.openOutage(PollableService pSvc,
PollEvent svcLostEvent)
openOutage
|
void |
PollContext.resolveOutage(PollableService pSvc,
PollEvent svcRegainEvent)
resolveOutage
|
void |
PollContext.trackPoll(PollableService service,
PollStatus result) |
void |
PollableVisitor.visitService(PollableService service)
visitService
|
void |
PollableVisitorAdaptor.visitService(PollableService service)
visitService
|
Constructor and Description |
---|
PollableServiceConfig(PollableService svc,
PollerConfig pollerConfig,
Package pkg,
Timer timer,
PersisterFactory persisterFactory,
ThresholdingService thresholdingService,
LocationAwarePollerClient locationAwarePollerClient,
ReadablePollOutagesDao pollOutagesDao)
Constructor for PollableServiceConfig.
|
Copyright © 2021. All rights reserved.