org.globus.wsrf
Interface NotifyCallback

All Known Implementing Classes:
Subscribe

public interface NotifyCallback

Interface that is required to be implemented by callbacks registered with the notification consumer implementation.


Method Summary
 void deliver(List topicPath, EndpointReferenceType producer, Object message)
          Deliver the notification message
 

Method Detail

deliver

public void deliver(List topicPath,
                    EndpointReferenceType producer,
                    Object message)
Deliver the notification message

Parameters:
topicPath - The topic path for the topic that generated the notification
producer - The producer endpoint reference
message - The notification message