org.globus.ogsa
Interface DestroyListener

All Known Implementing Classes:
FactoryProvider

public interface DestroyListener

A DestroyListener is used to notify lifecycle managers like factories when one of their services is destroyed.


Method Summary
 void notifyDestroy(java.lang.String path)
          Callback to be implemented by listeners to recieve notification that an instance has been destroyed.
 

Method Detail

notifyDestroy

public void notifyDestroy(java.lang.String path)
                   throws GridServiceException
Callback to be implemented by listeners to recieve notification that an instance has been destroyed. This callback is typically implemented by factory providers.

Parameters:
path - path, in the internal registry, to service instance that was destroyed, for example "myFactory/myService"
Throws:
GridServiceException - if the destruction should not be performed


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