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 方法 描述 void
RoleList. add(int index, Role role)
在指定的位置插入指定为元素的角色。void
RoleList. add(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)
处理关系服务角色图更新给定关系中给定角色的更新。void
RelationServiceMBean. 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
。
-