|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChangeHandler
This interface provides callback methods for handing changes to RegistryObjects and their representation as beans.
Method Summary | |
---|---|
void |
created(RegistryBean registryBean)
Creates the RegistryBean in the registry. |
void |
deleted(javax.xml.registry.infomodel.RegistryObject registryObject)
Deletes the RegistryObject . |
java.util.List<javax.xml.registry.infomodel.RegistryObject> |
getModifiedObjects()
Obtains the list of RegistryObject modified when applying the
changes. |
void |
updated(RegistryBean registryBean,
javax.xml.registry.infomodel.RegistryObject registryObject)
Updates the RegistryObject with the values from the RegistryBean . |
Method Detail |
---|
void updated(RegistryBean registryBean, javax.xml.registry.infomodel.RegistryObject registryObject) throws javax.xml.registry.JAXRException, MappingException
RegistryObject
with the values from the RegistryBean
.
registryBean
- registryObject
-
javax.xml.registry.JAXRException
MappingException
void deleted(javax.xml.registry.infomodel.RegistryObject registryObject) throws javax.xml.registry.JAXRException
RegistryObject
.
registryObject
-
javax.xml.registry.JAXRException
void created(RegistryBean registryBean) throws javax.xml.registry.JAXRException, MappingException
RegistryBean
in the registry.
registryBean
-
javax.xml.registry.JAXRException
MappingException
java.util.List<javax.xml.registry.infomodel.RegistryObject> getModifiedObjects()
RegistryObject
modified when applying the
changes.
List
of the modified RegistryObject
instances.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |