站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

RegistryPackage (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.xml.registry.infomodel
Interface RegistryPackage

All Superinterfaces:
ExtensibleObject, RegistryEntry, RegistryObject, Versionable

public interface RegistryPackage
extends RegistryEntry

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

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)
           
 void addRegistryObjects(Collection registryObjects)
           
 Set getRegistryObjects()
           
 void removeRegistryObject(RegistryObject registryObject)
           
 void removeRegistryObjects(Collection registryObjects)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry
getExpiration, getStability, getStatus, setExpiration, setStability
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
 
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

addRegistryObject

public void addRegistryObject(RegistryObject registryObject)
                       throws JAXRException
Throws:
JAXRException

addRegistryObjects

public void addRegistryObjects(Collection registryObjects)
                        throws JAXRException
Throws:
JAXRException

getRegistryObjects

public Set getRegistryObjects()
                       throws JAXRException
Throws:
JAXRException

removeRegistryObject

public void removeRegistryObject(RegistryObject registryObject)
                          throws JAXRException
Throws:
JAXRException

removeRegistryObjects

public void removeRegistryObjects(Collection registryObjects)
                           throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.