| 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 | 
| 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 | PollableVisitorAdaptor. visitService(PollableService service)visitService | 
| void | PollableVisitor. visitService(PollableService service)visitService | 
| Constructor and Description | 
|---|
| PollableServiceConfig(PollableService svc,
                     PollerConfig pollerConfig,
                     PollOutagesConfig pollOutagesConfig,
                     Package pkg,
                     Timer timer,
                     PersisterFactory persisterFactory,
                     ResourceStorageDao resourceStorageDao,
                     LocationAwarePollerClient locationAwarePollerClient)Constructor for PollableServiceConfig. | 
Copyright © 2019. All rights reserved.