Uses of Class
javax.management.relation.RoleNotFoundException
-
Packages that use RoleNotFoundException 软件包 描述 javax.management.relation 提供Relation Service的定义。 -
-
Uses of RoleNotFoundException in javax.management.relation
Methods in javax.management.relation that throw RoleNotFoundException 变量和类型 方法 描述 void
RelationService. addRelation(ObjectName relationObjectName)
添加用户创建的MBean(并由他在MBean Server中注册)作为Relation Service中的关系。void
RelationServiceMBean. addRelation(ObjectName relationObjectName)
添加用户创建的MBean(并由他在MBean Server中注册)作为Relation Service中的关系。void
RelationService. createRelation(String relationId, String relationTypeName, RoleList roleList)
创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到Relation Service中。void
RelationServiceMBean. createRelation(String relationId, String relationTypeName, RoleList roleList)
创建给定关系类型的简单关系(由RelationSupport对象表示),并将其添加到Relation Service中。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)
检索给定角色名称的角色值。Integer
Relation. getRoleCardinality(String roleName)
返回给定角色中当前引用的MBean数。Integer
RelationService. getRoleCardinality(String relationId, String roleName)
检索给定角色中当前引用的MBean数。Integer
RelationServiceMBean. getRoleCardinality(String relationId, String roleName)
检索给定角色中当前引用的MBean数。Integer
RelationSupport. getRoleCardinality(String roleName)
返回给定角色中当前引用的MBean数。void
Relation. handleMBeanUnregistration(ObjectName objectName, String roleName)
当取消注册角色中引用的MBean时,Relation Service使用的回调。void
RelationSupport. handleMBeanUnregistration(ObjectName objectName, String roleName)
当取消注册角色中引用的MBean时,Relation Service使用的回调。void
Relation. setRole(Role role)
设置给定角色。void
RelationService. setRole(String relationId, Role role)
在给定关系中设置给定角色。void
RelationServiceMBean. setRole(String relationId, Role role)
在给定关系中设置给定角色。void
RelationSupport. setRole(Role role)
Sets the given role.
-