org.opennms.features.poller.remote.gwt.server
Class LocationBroadcastProcessor

java.lang.Object
  extended by org.opennms.features.poller.remote.gwt.server.LocationBroadcastProcessor
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class LocationBroadcastProcessor
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean

LocationBroadcastProcessor class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

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

m_eventHandler

public LocationEventHandler m_eventHandler
Constructor Detail

LocationBroadcastProcessor

public LocationBroadcastProcessor()

Constructor for LocationBroadcastProcessor.

Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception

afterPropertiesSet

Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception - if any.

destroy

public void destroy()

destroy

Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean

locationMonitorStarted

public void locationMonitorStarted(Event event)

locationMonitorStarted

Parameters:
event - a Event object.

locationMonitorStopped

public void locationMonitorStopped(Event event)

locationMonitorStopped

Parameters:
event - a Event object.

locationMonitorDisconnected

public void locationMonitorDisconnected(Event event)

locationMonitorDisconnected

Parameters:
event - a Event object.

locationMonitorReconnected

public void locationMonitorReconnected(Event event)

locationMonitorReconnected

Parameters:
event - a Event object.

locationMonitorRegistered

public void locationMonitorRegistered(Event event)

locationMonitorRegistered

Parameters:
event - a Event object.

locationMonitorPaused

public void locationMonitorPaused(Event event)

locationMonitorPaused

Parameters:
event - a Event object.

nodeLostService

public void nodeLostService(Event event)

nodeLostService

Parameters:
event - a Event object.

nodeRegainedService

public void nodeRegainedService(Event event)

nodeRegainedService

Parameters:
event - a Event object.

setEventHandler

public void setEventHandler(LocationEventHandler handler)

setEventHandler

Parameters:
handler - a LocationEventHandler object.


Copyright © 2011. All Rights Reserved.