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

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


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

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

Uses of Organization in javax.xml.registry
 

Methods in javax.xml.registry that return Organization
 Organization LifeCycleManager.createOrganization(String name)
           
 Organization LifeCycleManager.createOrganization(InternationalString name)
           
 

Uses of Organization in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Organization
 Organization User.getOrganization()
           
 Organization Service.getProvidingOrganization()
           
 Organization RegistryObject.getSubmittingOrganization()
           
 Organization Organization.getParentOrganization()
           
 Organization Organization.getRootOrganization()
           
 

Methods in javax.xml.registry.infomodel with parameters of type Organization
 void Service.setProvidingOrganization(Organization providingOrganization)
           
 void Organization.addChildOrganization(Organization org)
           
 void Organization.removeChildOrganization(Organization org)
           
 



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