|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.features.poller.remote.gwt.server.LocationBroadcastProcessor
public class LocationBroadcastProcessor
LocationBroadcastProcessor class.
| Field Summary | |
|---|---|
LocationEventHandler |
m_eventHandler
|
| Constructor Summary | |
|---|---|
LocationBroadcastProcessor()
Constructor for LocationBroadcastProcessor. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
void |
destroy()
destroy |
void |
locationMonitorDisconnected(Event event)
locationMonitorDisconnected |
void |
locationMonitorPaused(Event event)
locationMonitorPaused |
void |
locationMonitorReconnected(Event event)
locationMonitorReconnected |
void |
locationMonitorRegistered(Event event)
locationMonitorRegistered |
void |
locationMonitorStarted(Event event)
locationMonitorStarted |
void |
locationMonitorStopped(Event event)
locationMonitorStopped |
void |
nodeLostService(Event event)
nodeLostService |
void |
nodeRegainedService(Event event)
nodeRegainedService |
void |
setEventHandler(LocationEventHandler handler)
setEventHandler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public LocationEventHandler m_eventHandler
| Constructor Detail |
|---|
public LocationBroadcastProcessor()
Constructor for LocationBroadcastProcessor.
| Method Detail |
|---|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void destroy()
destroy
destroy in interface org.springframework.beans.factory.DisposableBeanpublic void locationMonitorStarted(Event event)
locationMonitorStarted
event - a Event object.public void locationMonitorStopped(Event event)
locationMonitorStopped
event - a Event object.public void locationMonitorDisconnected(Event event)
locationMonitorDisconnected
event - a Event object.public void locationMonitorReconnected(Event event)
locationMonitorReconnected
event - a Event object.public void locationMonitorRegistered(Event event)
locationMonitorRegistered
event - a Event object.public void locationMonitorPaused(Event event)
locationMonitorPaused
event - a Event object.public void nodeLostService(Event event)
nodeLostService
event - a Event object.public void nodeRegainedService(Event event)
nodeRegainedService
event - a Event object.public void setEventHandler(LocationEventHandler handler)
setEventHandler
handler - a LocationEventHandler object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||