Uses of Interface
org.globus.ogsa.NotificationSinkCallback

Packages that use NotificationSinkCallback
org.globus.ogsa.client   
org.globus.ogsa.client.managers   
org.globus.ogsa.gui   
org.globus.ogsa.impl.core.notification   
 

Uses of NotificationSinkCallback in org.globus.ogsa.client
 

Classes in org.globus.ogsa.client that implement NotificationSinkCallback
 class NotificationSink
           
 class NotificationTopicListener
           
 

Uses of NotificationSinkCallback in org.globus.ogsa.client.managers
 

Methods in org.globus.ogsa.client.managers with parameters of type NotificationSinkCallback
 java.lang.String SecureNotificationSinkManager.addListener(javax.xml.namespace.QName[] subscriptionName, java.util.Calendar timeout, HandleType sourceHandle, NotificationSinkCallback callback)
           
protected  void GSINotificationSinkManager.setCallbackEndpoint(NotificationSinkCallback callback)
           
protected  void NotificationSinkManager.setCallbackEndpoint(NotificationSinkCallback callback)
           
protected  void NotificationSinkManager.setCallbackHandle(NotificationSinkCallback callback)
           
 java.lang.String NotificationSinkManager.addSink(NotificationSinkCallback callback)
           
 java.lang.String NotificationSinkManager.addSink(NotificationSinkCallback callback, java.lang.Object id)
           
static java.lang.String NotificationSinkManager.getSinkID(java.net.URL url, NotificationSinkCallback callback, java.lang.Object obj)
           
 java.lang.String NotificationSinkManager.addListener(java.lang.String serviceData, java.util.Calendar timeout, HandleType sourceHandle, NotificationSinkCallback callback)
          Subscribes to a service data entry of the specified service to receive notifications of the SDE state change.
 java.lang.String NotificationSinkManager.addListener(javax.xml.namespace.QName serviceData, java.util.Calendar timeout, HandleType sourceHandle, NotificationSinkCallback callback)
          Subscribes to a service data entry of the specified service to receive notifications of the SDE state change.
 java.lang.String NotificationSinkManager.addListener(javax.xml.namespace.QName[] serviceData, java.util.Calendar timeout, HandleType sourceHandle, NotificationSinkCallback callback)
          Subscribes to a set of service data entries of the specified service to receive notifications of the SDEs state change.
 java.lang.String NotificationSinkManager.addListener(javax.xml.namespace.QName[] serviceData, java.util.Calendar timeout, HandleType sourceHandle, NotificationSinkCallback callback, ExtensibilityType subscriptionExpression)
          Deprecated. Use addListener() instead.
 java.lang.String NotificationSinkManager.addListener(java.util.Calendar timeout, HandleType sourceHandle, NotificationSinkCallback callback, ExtensibilityType subscriptionExpression)
          Subscribes to a set of service data entries of the specified service to receive notifications of the SDEs state change.
 

Uses of NotificationSinkCallback in org.globus.ogsa.gui
 

Classes in org.globus.ogsa.gui that implement NotificationSinkCallback
 class ChatPortTypePanel
           
 class GridServicePortTypePanel
           
 class NotificationSinkPortTypePanel
           
 class OgsiLoggingPortTypePanel
           
 class ServiceGroupEntryServiceDataPanel
           
 

Uses of NotificationSinkCallback in org.globus.ogsa.impl.core.notification
 

Classes in org.globus.ogsa.impl.core.notification that implement NotificationSinkCallback
static class JMSAdapter.OGSAListener
           
 



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