org.globus.ogsa.impl.core.notification.framework.jms
Interface NotifyMessageReceiver

All Known Implementing Classes:
JMSSubscriptionFactory

public interface NotifyMessageReceiver

The NotifyMesssageReciever Interface. This class is used as a subscriber to Notify Message Topic.


Method Summary
 void receiveNotifyMessage(Message aMessage)
          The receiveNotifyMessage method.
 

Method Detail

receiveNotifyMessage

public void receiveNotifyMessage(Message aMessage)
The receiveNotifyMessage method. This method should be implemented to receive the messages.

Parameters:
aMessage - - The Notify Topic Message.