|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistryPackage
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(java.util.Collection registryObjects)
Adds a Collection of RegistryObject children as members. |
java.util.Set |
getRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage. |
void |
removeRegistryObject(RegistryObject registryObject)
Removes a child RegistryObject from membership. |
void |
removeRegistryObjects(java.util.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(java.util.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(java.util.Collection registryObjects) throws JAXRException
registryObjects
- the Collection of RegistryObject being removed
JAXRException
- If the JAXR provider encounters an internal errorjava.util.Set getRegistryObjects() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41