|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RegistryPackage instances are RegistryEntries that group logically related RegistryEntries together. A package may contain any number of RegistryObjects. A RegistryObject may be a member of any number of Packages.
RegistryObject
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 |
public void addRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- the RegistryObject being added
JAXRException
- If the JAXR provider encounters an internal errorpublic void addRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects
- the Collection of RegistryObjects being added
JAXRException
- If the JAXR provider encounters an internal errorpublic void removeRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- the RegistryObject being removed
JAXRException
- If the JAXR provider encounters an internal errorpublic void removeRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects
- the Collection of RegistryObject being removed
JAXRException
- If the JAXR provider encounters an internal errorpublic Set getRegistryObjects() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal error
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.