所有类


类 javax.management.relation.RelationServiceNotRegisteredException
的使用

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

javax.management.relationRelationServiceNotRegisteredException 的使用
 

抛出 RelationServiceNotRegisteredExceptionjavax.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 中。
 RoleResult RelationSupport.getAllRoles()
          返回关系中存在的所有角色。
 RoleResult Relation.getAllRoles()
          返回该关系中存在的所有角色。
 RoleResult RelationServiceMBean.getAllRoles(String theRelId)
          返回关系中存在的所有角色。
 RoleResult RelationService.getAllRoles(String theRelId)
          返回关系中存在的所有角色。
 List RelationSupport.getRole(String theRoleName)
          检索给定角色名称的角色值。
 List Relation.getRole(String theRoleName)
          检索给定角色名称的角色值。
 List RelationServiceMBean.getRole(String theRelId, String theRoleName)
          检索给定关系中给定角色名称的角色值。
 List RelationService.getRole(String theRelId, String theRoleName)
          检索给定关系中给定角色名称的角色值。
 RoleResult RelationSupport.getRoles(String[] theRoleNameArray)
          检索具有给定名称的角色值。
 RoleResult Relation.getRoles(String[] theRoleNameArray)
          检索具有给定名称的角色值。
 RoleResult RelationServiceMBean.getRoles(String theRelId, String[] theRoleNameArray)
          检索给定关系中具有给定名称的角色值。
 RoleResult RelationService.getRoles(String theRelId, String[] theRoleNameArray)
          检索给定关系中具有给定名称的角色值。
 void RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          在注销角色中引用的 MBean 时由 Relation Service 使用的回调。
 void Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          在注销角色中引用的 MBean 时由 Relation Service 使用的回调。
 void RelationServiceMBean.isActive()
          检查该 Relation Service 是否处于活动状态。
 void RelationService.isActive()
          检查该 Relation Service 是否处于活动状态。
 void RelationServiceMBean.purgeRelations()
          肃清关系。
 void RelationService.purgeRelations()
          肃清关系。
 void RelationServiceMBean.removeRelation(String theRelId)
          从 Relation Service 移除给定的关系。
 void RelationService.removeRelation(String theRelId)
          从 Relation Service 移除给定的关系。
 void RelationServiceMBean.removeRelationType(String theRelTypeName)
          从 Relation Service 中移除给定的关系类型。
 void RelationService.removeRelationType(String theRelTypeName)
          从 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)
          设置给定关系中的给定角色。
 RoleResult RelationSupport.setRoles(RoleList theRoleList)
          设置给定的角色。
 RoleResult Relation.setRoles(RoleList theRoleList)
          设置给定的角色。
 RoleResult RelationServiceMBean.setRoles(String theRelId, RoleList theRoleList)
          以给定关系设置给定角色。
 RoleResult RelationService.setRoles(String theRelId, RoleList theRoleList)
          设置给定关系中的给定角色。
 void RelationServiceMBean.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue)
          针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。
 void RelationService.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue)
          针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部