org.globus.ogsa.impl.core.notification.framework.utils
Class NotificationSinkServiceLocatorHelper

java.lang.Object
  extended byorg.globus.ogsa.impl.core.notification.framework.utils.NotificationSinkServiceLocatorHelper

public class NotificationSinkServiceLocatorHelper
extends java.lang.Object

The NotificationSinkServiceLocatorHelper class. This class is used in delivering the message to the sink.


Constructor Summary
NotificationSinkServiceLocatorHelper()
           
 
Method Summary
static void deliverNotificationMessage(java.lang.String aGSH, java.lang.String port, java.lang.String dataMessage)
          The deliverNotificationMessage Method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationSinkServiceLocatorHelper

public NotificationSinkServiceLocatorHelper()
Method Detail

deliverNotificationMessage

public static void deliverNotificationMessage(java.lang.String aGSH,
                                              java.lang.String port,
                                              java.lang.String dataMessage)
                                       throws java.lang.Exception
The deliverNotificationMessage Method. This method is used by the notification source to deliver the message to the sink.

Parameters:
aGSH - - The Sink handle.
port - - The Sink port address.
dataMessage - - The Message to be sent to the sink.
Throws:
java.lang.Exception