|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventProxy | |
org.opennms.bb.dp.poller.plugins |
Uses of EventProxy in org.opennms.bb.dp.poller.plugins |
Classes in org.opennms.bb.dp.poller.plugins that implement EventProxy | |
class |
JSDTEventProxy
The JSDTEventProxy implements the EventProxy to send an event to the events subsystem via JSDT |
Fields in org.opennms.bb.dp.poller.plugins declared as EventProxy | |
private EventProxy |
PollerTask.m_eventProxy
The object through which the ServiceMonitor can send events |
Methods in org.opennms.bb.dp.poller.plugins with parameters of type EventProxy | |
int |
ServiceMonitorHTTP.poll(NetworkInterface iface,
EventProxy eproxy,
Properties parameters)
Poll the specified address for HTTP service availability |
int |
ServiceMonitorDNS.poll(NetworkInterface iface,
EventProxy eproxy,
Properties parameters)
Poll the specified address for DNS service availability. |
int |
ServiceMonitorSMTP.poll(NetworkInterface iface,
EventProxy eproxy,
Properties parameters)
Poll the specified address for SMTP service availability. |
int |
ServiceMonitorFTP.poll(NetworkInterface iface,
EventProxy eproxy,
Properties parameters)
Poll the specified address for FTP service availability |
int |
ServiceMonitor.poll(NetworkInterface iface,
EventProxy eproxy,
Properties parameters)
This method is the heart of the plug-in monitor. |
int |
ServiceMonitorICMP.poll(NetworkInterface iface,
EventProxy eproxy,
Properties parameters)
Poll the specified address for ICMP service availability. |
Constructors in org.opennms.bb.dp.poller.plugins with parameters of type EventProxy | |
PollerTask(ServiceMonitor aMonitor,
Object iface,
EventProxy anEventProxy,
Map props)
Constructor, initializes the members. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |