JavaTM 2 Platform
Standard Ed. 5.0

类 javax.management.relation.RoleNotFoundException
的使用

使用 RoleNotFoundException 的软件包
javax.management.relation 提供 Relation Service 的定义。 
 

javax.management.relationRoleNotFoundException 的使用
 

抛出 RoleNotFoundExceptionjavax.management.relation 中的方法
 void RelationServiceMBean.addRelation(ObjectName theRelObjectName)
          作为 Relation Service 中的关系添加由用户创建(且由其在 MBean Server 中注册)的 MBean。
 void RelationService.addRelation(ObjectName theRelObjectName)
          作为 Relation Service 中的关系添加由用户创建(且由其在 MBean Server 中注册)的 MBean。
 void RelationServiceMBean.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          创建给定关系类型的简单关系(由 RelationSupport 对象表示),并将其添加到 Relation Service 中。
 void RelationService.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          创建给定关系类型的简单关系(由 RelationSupport 对象表示),并将其添加到 Relation Service 中。
 List RelationSupport.getRole(String theRoleName)
          检索给定角色名称的角色值。
 List Relation.getRole(String theRoleName)
          检索给定角色名称的角色值。
 List RelationServiceMBean.getRole(String theRelId, String theRoleName)
          检索给定关系中给定角色名称的角色值。
 List RelationService.getRole(String theRelId, String theRoleName)
          检索给定关系中给定角色名称的角色值。
 Integer RelationSupport.getRoleCardinality(String theRoleName)
          返回当前在给定角色中引用的 MBean 数。
 Integer Relation.getRoleCardinality(String theRoleName)
          返回当前在给定角色中引用的 MBean 数。
 Integer RelationServiceMBean.getRoleCardinality(String theRelId, String theRoleName)
          检索给定角色中当前引用的 MBean 数。
 Integer RelationService.getRoleCardinality(String theRelId, String theRoleName)
          检索给定角色中当前引用的 MBean 数。
 void RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          在注销角色中引用的 MBean 时由 Relation Service 使用的回调。
 void Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          在注销角色中引用的 MBean 时由 Relation Service 使用的回调。
 void RelationSupport.setRole(Role theRole)
          设置给定的角色。
 void Relation.setRole(Role theRole)
          设置给定角色。
 void RelationServiceMBean.setRole(String theRelId, Role theRole)
          以给定关系设置给定角色。
 void RelationService.setRole(String theRelId, Role theRole)
          设置给定关系中的给定角色。
 


JavaTM 2 Platform
Standard Ed. 5.0

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java 2 SDK SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策