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
All Implemented Interfaces:
javax.jms.MessageListener
Enclosing class:
JMSAdapter

public static class JMSAdapter.JMSListener
extends JMSAdapter.AdapterListener
implements javax.jms.MessageListener


Constructor Summary
JMSAdapter.JMSListener(JMSAdapter _jmsAdapter, javax.jms.TopicConnection _jmsTopicConnection, java.lang.String _ogsaTopicName, NotificationProvider _ogsaSource, JMSToOgsaConverter _converter)
           
 
Method Summary
 void onMessage(javax.jms.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,
                              javax.jms.TopicConnection _jmsTopicConnection,
                              java.lang.String _ogsaTopicName,
                              NotificationProvider _ogsaSource,
                              JMSToOgsaConverter _converter)
Method Detail

onMessage

public void onMessage(javax.jms.Message jmsMessage)
Specified by:
onMessage in interface javax.jms.MessageListener


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.