org.openanzo.server.notification.web
Class NotificationUpdateListener

java.lang.Object
  extended by org.openanzo.server.notification.web.NotificationUpdateListener
All Implemented Interfaces:
javax.jms.MessageListener

public class NotificationUpdateListener
extends java.lang.Object
implements javax.jms.MessageListener

MessageListener that listens for update messages from the server and sends updates to UpdateManager

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
NotificationUpdateListener(NotificationServer server)
          Create a new NotificationUpdateListener for the server
 
Method Summary
 void onMessage(javax.jms.Message message)
          onMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationUpdateListener

public NotificationUpdateListener(NotificationServer server)
Create a new NotificationUpdateListener for the server

Parameters:
server - notification server
Method Detail

onMessage

public void onMessage(javax.jms.Message message)
onMessage

Specified by:
onMessage in interface javax.jms.MessageListener


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.