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

Uses of Interface javax.xml.registry.infomodel.RegistryObject (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.xml.registry.infomodel.RegistryObject

Packages that use RegistryObject
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of RegistryObject in javax.xml.registry
 

Methods in javax.xml.registry that return RegistryObject
 RegistryObject QueryManager.getRegistryObject(String id)
           
 RegistryObject QueryManager.getRegistryObject(String id, String objectType)
           
 

Methods in javax.xml.registry with parameters of type RegistryObject
 Association LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, String name, String value)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value)
           
 

Uses of RegistryObject in javax.xml.registry.infomodel
 

Subinterfaces of RegistryObject in javax.xml.registry.infomodel
 interface Association
           
 interface AuditableEvent
           
 interface Classification
           
 interface ClassificationScheme
           
 interface Concept
           
 interface ExternalIdentifier
           
 interface ExternalLink
           
 interface ExtrinsicObject
           
 interface Organization
           
 interface RegistryEntry
           
 interface RegistryPackage
           
 interface Service
           
 interface ServiceBinding
           
 interface SpecificationLink
           
 interface User
           
 

Methods in javax.xml.registry.infomodel that return RegistryObject
 RegistryObject SpecificationLink.getSpecificationObject()
           
 RegistryObject ExternalIdentifier.getRegistryObject()
           
 RegistryObject Concept.getParent()
           
 RegistryObject Classification.getClassifiedObject()
           
 RegistryObject AuditableEvent.getRegistryObject()
           
 RegistryObject Association.getSourceObject()
           
 RegistryObject Association.getTargetObject()
           
 

Methods in javax.xml.registry.infomodel with parameters of type RegistryObject
 void SpecificationLink.setSpecificationObject(RegistryObject obj)
           
 void RegistryPackage.addRegistryObject(RegistryObject registryObject)
           
 void RegistryPackage.removeRegistryObject(RegistryObject registryObject)
           
 void Classification.setClassifiedObject(RegistryObject classifiedObject)
           
 void Association.setSourceObject(RegistryObject srcObject)
           
 void Association.setTargetObject(RegistryObject targetObject)
           
 



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