|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.registry.infomodel
|
Field Summary |
---|
Fields inherited from interface javax.xml.registry.infomodel.RegistryEntry |
---|
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN |
Method Summary | |
---|---|
void |
addRegistryObject(RegistryObject registryObject)
Adds a child RegistryObject as member. |
void |
addRegistryObjects(Collection registryObjects)
Adds a Collection of RegistryObject children as members. |
Set |
getRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage. |
void |
removeRegistryObject(RegistryObject registryObject)
Removes a child RegistryObject from membership. |
void |
removeRegistryObjects(Collection registryObjects)
Removes a Collection of children RegistryObjects from membership. |
Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry |
---|
getExpiration, getStability, getStatus, setExpiration, setStability |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
Methods inherited from interface javax.xml.registry.infomodel.Versionable |
---|
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion |
Method Detail |
---|
void addRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- the RegistryObject being added
JAXRException
- If the JAXR provider encounters an internal errorvoid addRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects
- the Collection of RegistryObjects being added
JAXRException
- If the JAXR provider encounters an internal errorvoid removeRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- the RegistryObject being removed
JAXRException
- If the JAXR provider encounters an internal errorvoid removeRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects
- the Collection of RegistryObject being removed
JAXRException
- If the JAXR provider encounters an internal errorSet getRegistryObjects() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal error