| 
 | J2EE1.4 SDK | |||||||||
| 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(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 | 
public void addRegistryObject(RegistryObject registryObject)
                       throws JAXRException
registryObject - the RegistryObject being added
JAXRException - If the JAXR provider encounters an internal error
public void addRegistryObjects(java.util.Collection registryObjects)
                        throws JAXRException
registryObjects - the Collection of RegistryObjects being added
JAXRException - If the JAXR provider encounters an internal error
public void removeRegistryObject(RegistryObject registryObject)
                          throws JAXRException
registryObject - the RegistryObject being removed
JAXRException - If the JAXR provider encounters an internal error
public void removeRegistryObjects(java.util.Collection registryObjects)
                           throws JAXRException
registryObjects - the Collection of RegistryObject being removed
JAXRException - If the JAXR provider encounters an internal error
public java.util.Set getRegistryObjects()
                                 throws JAXRException
JAXRException - If the JAXR provider encounters an internal error| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.