所有类


类 javax.management.relation.InvalidRoleValueException
的使用

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

javax.management.relationInvalidRoleValueException 的使用
 

抛出 InvalidRoleValueExceptionjavax.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 中。
 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)
          设置给定关系中的给定角色。
 

抛出 InvalidRoleValueExceptionjavax.management.relation 中的构造方法
RelationSupport(String theRelId, ObjectName theRelServiceName, MBeanServer theRelServiceMBeanServer, String theRelTypeName, RoleList theRoleList)
          创建对象。
RelationSupport(String theRelId, ObjectName theRelServiceName, String theRelTypeName, RoleList theRoleList)
          创建对象。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部