KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > RegistryPackage

javax.xml.registry.infomodel
Interface RegistryPackage

All Superinterfaces:
ExtensibleObject, RegistryEntry, RegistryObject, Versionable
See Also:
Source Code

public void addRegistryObject(RegistryObject registryObject)
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addRegistryObjects(Collection registryObjects)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Set getRegistryObjects()
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeRegistryObject(RegistryObject registryObject)
                          throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeRegistryObjects(Collection registryObjects)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags