org.globus.ogsa.repository
Interface ServiceListener

All Known Implementing Classes:
RegistryHelper

public interface ServiceListener

This interface is used to make callbacks from the service repository when a change is made.


Method Summary
 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.
 

Method Detail

serviceBind

public void serviceBind(ServiceProperties properties)
Called when a new service was added to the repository.

Parameters:
properties - the service added.

serviceUnbind

public void serviceUnbind(ServiceProperties properties)
Called when a service was removed from the repository.

Parameters:
properties - the service removed


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