|
Java EE 5 SDK | ||||||||
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(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
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.