软件包 | 描述 |
---|---|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
List<Role> |
RoleList.asList()
返回此列表的视图作为一个
List<Role> 。
|
Modifier and Type | Method and Description |
---|---|
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 |
RelationSupport.setRole(Role role)
设置给定的角色。
|
void |
RelationService.setRole(String relationId, Role role)
设置给定关系中的给定角色。
|
void |
RelationServiceMBean.setRole(String relationId, Role role)
设置给定关系中的给定角色。
|
void |
RelationService.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue)
处理给定关系中给定角色的关系服务角色映射的更新。
|
void |
RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)
处理给定关系中给定角色的关系服务角色映射的更新。
|
Constructor and Description |
---|
RoleList(List<Role> list)
构建了一个
RoleList 含有的
List 指定的元素,在它们的
List 的迭代器返回的顺序。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.