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 变量和类型 方法 描述 void
RoleList. add(int index, Role role)
在指定的位置插入指定为元素的角色。void
RoleList. add(Role role)
添加指定为列表最后一个元素的Role。Integer
RelationService. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
检查是否可以在给定类型的关系中设置给定角色。Integer
RelationServiceMBean. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
检查是否可以在给定类型的关系中设置给定角色。void
RelationService. sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldValue)
为给定关系中的角色更新发送通知(RelationNotification)。void
RelationServiceMBean. sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldRoleValue)
为给定关系中的角色更新发送通知(RelationNotification)。void
RoleList. set(int index, Role role)
将指定位置的元素设置为指定的角色。void
Relation. setRole(Role role)
设置给定角色。void
RelationService. setRole(String relationId, Role role)
在给定关系中设置给定角色。void
RelationServiceMBean. setRole(String relationId, Role role)
在给定关系中设置给定角色。void
RelationSupport. setRole(Role role)
设置给定角色。void
RelationService. updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue)
处理给定关系中给定角色更新的Relation Service角色映射的更新。void
RelationServiceMBean. 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
。
-