Uses of Class
javax.management.relation.Role
 
   -  
      
Packages that use Role 软件包 描述 javax.management.relation 提供Relation Service的定义。 -  
      
-  
        
Uses of Role in javax.management.relation
Methods in javax.management.relation that return types with arguments of type Role 变量和类型 方法 描述 List<Role>RoleList. asList()以List<Role>返回此列表的List<Role>。Methods in javax.management.relation with parameters of type Role 变量和类型 方法 描述 voidRoleList. add(int index, Role role)在指定的位置插入指定为元素的角色。voidRoleList. add(Role role)添加指定为列表最后一个元素的Role。IntegerRelationService. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)检查是否可以在给定类型的关系中设置给定角色。IntegerRelationServiceMBean. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)检查是否可以在给定类型的关系中设置给定角色。voidRelationService. sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldValue)为给定关系中的角色更新发送通知(RelationNotification)。voidRelationServiceMBean. sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldRoleValue)为给定关系中的角色更新发送通知(RelationNotification)。voidRoleList. set(int index, Role role)将指定位置的元素设置为指定的角色。voidRelation. setRole(Role role)设置给定角色。voidRelationService. setRole(String relationId, Role role)在给定关系中设置给定角色。voidRelationServiceMBean. setRole(String relationId, Role role)在给定关系中设置给定角色。voidRelationSupport. setRole(Role role)设置给定角色。voidRelationService. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue)处理给定关系中给定角色更新的Relation Service角色映射的更新。voidRelationServiceMBean. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)处理给定关系中给定角色更新的Relation Service角色映射的更新。Constructor parameters in javax.management.relation with type arguments of type Role 构造器 描述 RoleList(List<Role> list)构造一个RoleList其中包含指定的RoleList的元素,按照List的迭代器返回的List。 
 -