Uses of Class
javax.management.relation.RelationServiceNotRegisteredException
-
Packages that use RelationServiceNotRegisteredException 软件包 描述 javax.management.relation 提供关系服务的定义。 -
-
Uses of RelationServiceNotRegisteredException in javax.management.relation
Methods in javax.management.relation that throw RelationServiceNotRegisteredException Modifier and Type 方法 描述 voidRelationService. addRelation(ObjectName relationObjectName)将由用户创建的一个MBean(并由他注册在MBean服务器中)添加为关系服务中的关系。voidRelationServiceMBean. addRelation(ObjectName relationObjectName)将由用户创建的一个MBean(并由他注册在MBean服务器中)添加为关系服务中的关系。voidRelationService. createRelation(String relationId, String relationTypeName, RoleList roleList)创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到关系服务中。voidRelationServiceMBean. createRelation(String relationId, String relationTypeName, RoleList roleList)创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到关系服务中。RoleResultRelation. getAllRoles()返回关系中存在的所有角色。RoleResultRelationService. getAllRoles(String relationId)返回关系中存在的所有角色。RoleResultRelationServiceMBean. getAllRoles(String relationId)返回关系中存在的所有角色。RoleResultRelationSupport. getAllRoles()返回关系中存在的所有角色。List<ObjectName>Relation. getRole(String roleName)检索给定角色名称的角色值。List<ObjectName>RelationService. getRole(String relationId, String roleName)在给定关系中为给定的角色名称检索角色值。List<ObjectName>RelationServiceMBean. getRole(String relationId, String roleName)在给定关系中为给定的角色名称检索角色值。List<ObjectName>RelationSupport. getRole(String roleName)检索给定角色名称的角色值。RoleResultRelation. getRoles(String[] roleNameArray)检索具有给定名称的角色值。RoleResultRelationService. getRoles(String relationId, String[] roleNameArray)以给定的关系取得给定名称的角色值。RoleResultRelationServiceMBean. getRoles(String relationId, String[] roleNameArray)以给定的关系取得给定名称的角色值。RoleResultRelationSupport. getRoles(String[] roleNameArray)检索具有给定名称的角色值。voidRelation. handleMBeanUnregistration(ObjectName objectName, String roleName)当角色引用的MBean未注册时,关系服务使用的回调。voidRelationSupport. handleMBeanUnregistration(ObjectName objectName, String roleName)当角色引用的MBean未注册时,关系服务使用的回调。voidRelationService. isActive()检查关系服务是否处于活动状态。voidRelationServiceMBean. isActive()检查关系服务是否处于活动状态。voidRelationService. purgeRelations()清除关系。voidRelationServiceMBean. purgeRelations()清除关系。voidRelationService. removeRelation(String relationId)从关系服务中删除给定的关系。voidRelationServiceMBean. removeRelation(String relationId)从关系服务中删除给定的关系。voidRelationService. removeRelationType(String relationTypeName)从关系服务中删除给定的关系类型。voidRelationServiceMBean. removeRelationType(String relationTypeName)从关系服务中删除给定的关系类型。voidRelation. setRole(Role role)设置给定的角色。voidRelationService. setRole(String relationId, Role role)在给定的关系中设定给定的角色。voidRelationServiceMBean. setRole(String relationId, Role role)在给定的关系中设定给定的角色。voidRelationSupport. setRole(Role role)设置给定的角色。RoleResultRelation. setRoles(RoleList roleList)设置给定的角色。RoleResultRelationService. setRoles(String relationId, RoleList roleList)在给定的关系中设定给定的角色。RoleResultRelationServiceMBean. setRoles(String relationId, RoleList roleList)在给定的关系中设定给定的角色。RoleResultRelationSupport. setRoles(RoleList list)设置给定的角色。voidRelationService. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue)处理关系服务角色图更新给定关系中给定角色的更新。voidRelationServiceMBean. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)Handles update of the Relation Service role map for the update of given role in given relation.
-