Uses of Class
javax.management.relation.Role
-
Packages that use Role 软件包 描述 javax.management.relation 提供关系服务的定义。 -
-
Uses of Role in javax.management.relation
Methods in javax.management.relation that return types with arguments of type Role Modifier and Type 方法 描述 List<Role>RoleList. asList()将此列表的视图作为List<Role>。Methods in javax.management.relation with parameters of type Role Modifier and Type 方法 描述 voidRoleList. add(int index, Role role)在指定的位置插入指定为元素的角色。voidRoleList. add(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)处理关系服务角色图更新给定关系中给定角色的更新。voidRelationServiceMBean. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)处理关系服务角色图更新给定关系中给定角色的更新。Constructor parameters in javax.management.relation with type arguments of type Role Constructor 描述 RoleList(List<Role> list)构造一个RoleList其中包含RoleList的元素,按List的迭代器返回的List。
-