com.centrasite.jaxr.infomodel
Interface CentraSiteRegistryObjectListener


public interface CentraSiteRegistryObjectListener

CentraSiteRegistryObjectListener is super interface for the listeners intercepts state modification of CentraSiteRegistryObject.


Method Summary
 void execute(CentraSiteRegistryObject registryObject)
          Process the registry object to which the listener is listening
 

Method Detail

execute

void execute(CentraSiteRegistryObject registryObject)
             throws javax.xml.registry.JAXRException
Process the registry object to which the listener is listening

Parameters:
registryObject - registry object to which the listener is listening
Throws:
javax.xml.registry.JAXRException - in case of failed to execute the listener actions.