public interface CentraSiteRegistryObjectListener
Modifier and Type | Method and Description |
---|---|
void |
execute(CentraSiteRegistryObject registryObject)
Process the registry object to which the listener is listening.
|
void execute(CentraSiteRegistryObject registryObject) throws javax.xml.registry.JAXRException
registryObject
- registry object to which the listener is listeningjavax.xml.registry.JAXRException
- in case of failed to execute the listener actions.