com.centrasite.jaxr.infomodel
Interface CentraSiteRegistryObjectListener
public interface CentraSiteRegistryObjectListener
CentraSiteRegistryObjectListener is super interface for the listeners
intercepts state modification of CentraSiteRegistryObject.
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.