Uses of Class
javax.management.relation.RoleNotFoundException
-
Packages that use RoleNotFoundException 软件包 描述 javax.management.relation 提供关系服务的定义。 -
-
Uses of RoleNotFoundException in javax.management.relation
Methods in javax.management.relation that throw RoleNotFoundException 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对象表示),并将其添加到关系服务中。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)检索给定角色名称的角色值。IntegerRelation. getRoleCardinality(String roleName)返回当前在给定角色中引用的MBean数。IntegerRelationService. getRoleCardinality(String relationId, String roleName)检索当前在给定角色中引用的MBeans数。IntegerRelationServiceMBean. getRoleCardinality(String relationId, String roleName)检索当前在给定角色中引用的MBeans数。IntegerRelationSupport. getRoleCardinality(String roleName)返回当前在给定角色中引用的MBean数。voidRelation. handleMBeanUnregistration(ObjectName objectName, String roleName)当角色引用的MBean未注册时,关系服务使用的回调。voidRelationSupport. handleMBeanUnregistration(ObjectName objectName, String roleName)当角色引用的MBean未注册时,关系服务使用的回调。voidRelation. setRole(Role role)设置给定的角色。voidRelationService. setRole(String relationId, Role role)在给定的关系中设定给定的角色。voidRelationServiceMBean. setRole(String relationId, Role role)在给定的关系中设定给定的角色。voidRelationSupport. setRole(Role role)Sets the given role.
-