org.globus.ogsa.impl.core.notification
Class JMSAdapter.JMSListener

java.lang.Object
  extended byorg.globus.ogsa.impl.core.notification.JMSAdapter.AdapterListener
      extended byorg.globus.ogsa.impl.core.notification.JMSAdapter.JMSListener
Enclosing class:
JMSAdapter

public static class JMSAdapter.JMSListener
extends JMSAdapter.AdapterListener


Constructor Summary
JMSAdapter.JMSListener(JMSAdapter _jmsAdapter, TopicConnection _jmsTopicConnection, java.lang.String _ogsaTopicName, NotificationProvider _ogsaSource, JMSToOgsaConverter _converter)
           
 
Method Summary
 void onMessage(Message jmsMessage)
           
 
Methods inherited from class org.globus.ogsa.impl.core.notification.JMSAdapter.AdapterListener
disconnect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSAdapter.JMSListener

public JMSAdapter.JMSListener(JMSAdapter _jmsAdapter,
                              TopicConnection _jmsTopicConnection,
                              java.lang.String _ogsaTopicName,
                              NotificationProvider _ogsaSource,
                              JMSToOgsaConverter _converter)
Method Detail

onMessage

public void onMessage(Message jmsMessage)