|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PollerBackEnd
PollerBackEnd interface.
| Method Summary | |
|---|---|
void |
checkForDisconnectedMonitors()
checkForDisconnectedMonitors |
void |
configurationUpdated()
configurationUpdated |
Collection<OnmsMonitoringLocationDefinition> |
getMonitoringLocations()
Return the set of available MonitoringLocationDefinitions |
String |
getMonitorName(int locationMonitorId)
Get monitor name |
PollerConfiguration |
getPollerConfiguration(int locationMonitorId)
Gets the poller configuration assigned to this monitoring location |
Collection<ServiceMonitorLocator> |
getServiceMonitorLocators(DistributionContext context)
Get service monitor locators for creating serviceMonitors for the poller. |
OnmsLocationMonitor.MonitorStatus |
pollerCheckingIn(int locationMonitorId,
Date currentConfigurationVersion)
Checkin with the backend to let it know that the poller is still alive and to find out if there are any configuration changes. |
boolean |
pollerStarting(int locationMonitorId,
Map<String,String> pollerDetails)
Notifies the backend that a registered poller is starting |
void |
pollerStopping(int locationMonitorId)
Notifies the backend that a registered poller is stopping |
int |
registerLocationMonitor(String monitoringLocationId)
Register a new location monitor |
void |
reportResult(int locationMonitorID,
int serviceId,
PollStatus status)
Report a poll result from the client to the server. |
| Method Detail |
|---|
Collection<OnmsMonitoringLocationDefinition> getMonitoringLocations()
Collection object.int registerLocationMonitor(String monitoringLocationId)
monitoringLocationId - the id of the monitoredLocation to associate with
this location monitor
String getMonitorName(int locationMonitorId)
locationMonitorId - a int.
String object.Collection<ServiceMonitorLocator> getServiceMonitorLocators(DistributionContext context)
context - a DistributionContext object.
Collection object.
boolean pollerStarting(int locationMonitorId,
Map<String,String> pollerDetails)
locationMonitorId - the id of the requesting location monitorpollerDetails - TODO
void pollerStopping(int locationMonitorId)
locationMonitorId - the id of the requesting location monitor
OnmsLocationMonitor.MonitorStatus pollerCheckingIn(int locationMonitorId,
Date currentConfigurationVersion)
locationMonitorId - the id of the location monitor that is checking incurrentConfigurationVersion - the version of the configuration that the location monitor is currently using
PollerConfiguration getPollerConfiguration(int locationMonitorId)
locationMonitorId - the id of the requesting location monitor
void reportResult(int locationMonitorID,
int serviceId,
PollStatus status)
locationMonitorID - the id of the location monitor that did the pollserviceId - the id of the service that was polledstatus - a PollStatus object.void configurationUpdated()
configurationUpdated
void checkForDisconnectedMonitors()
checkForDisconnectedMonitors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||