org.globus.ogsa.impl.core.registry
Class RegistryHelper

java.lang.Object
  extended byorg.globus.ogsa.impl.core.registry.RegistryHelper
All Implemented Interfaces:
ServiceListener

public class RegistryHelper
extends java.lang.Object
implements ServiceListener


Constructor Summary
RegistryHelper(GridServiceBase base, ServiceNode node)
           
 
Method Summary
 void dispose()
           
 void init()
          Fill the entry SDE with initial data and subscribes for service notifications.
 void notifyChange()
           
 void serviceBind(ServiceProperties properties)
          Called when a new service was added to the repository.
 void serviceUnbind(ServiceProperties properties)
          Called when a service was removed from the repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryHelper

public RegistryHelper(GridServiceBase base,
                      ServiceNode node)
Method Detail

init

public void init()
Fill the entry SDE with initial data and subscribes for service notifications. This function should be called from postCreate callback.


dispose

public void dispose()

notifyChange

public void notifyChange()

serviceBind

public void serviceBind(ServiceProperties properties)
Description copied from interface: ServiceListener
Called when a new service was added to the repository.

Specified by:
serviceBind in interface ServiceListener
Parameters:
properties - the service added.

serviceUnbind

public void serviceUnbind(ServiceProperties properties)
Description copied from interface: ServiceListener
Called when a service was removed from the repository.

Specified by:
serviceUnbind in interface ServiceListener
Parameters:
properties - the service removed


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