|
|||||||||
类 javax.management.relation.Role
的使用
使用 Role 的软件包 | |
---|---|
javax.management.relation | 提供 Relation Service 的定义。 |
javax.management.relation 中 Role 的使用 |
---|
参数类型为 Role 的 javax.management.relation 中的方法 | |
---|---|
void |
RoleList.add(int theIndex, Role theRole) 插入指定为指定位置处的元素的角色。 |
void |
RoleList.add(Role theRole) 添加指定为列表中最后一个元素的 Role。 |
Integer |
RelationServiceMBean.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg) 检查给定 Role 能否在给定类型的关系中设置。 |
Integer |
RelationService.checkRoleWriting(Role theRole, String theRelTypeName, Boolean theInitFlg) 检查给定 Role 能否以给定类型的关系进行设置。 |
void |
RelationServiceMBean.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue) 发送给定关系中的角色更新通知 (RelationNotification)。 |
void |
RelationService.sendRoleUpdateNotification(String theRelId, Role theNewRole, List theOldRoleValue) 发送给定关系中的角色更新通知 (RelationNotification)。 |
void |
RoleList.set(int theIndex, Role theRole) 将指定位置处的元素设置为指定角色。 |
void |
RelationSupport.setRole(Role theRole) 设置给定的角色。 |
void |
Relation.setRole(Role theRole) 设置给定角色。 |
void |
RelationServiceMBean.setRole(String theRelId, Role theRole) 以给定关系设置给定角色。 |
void |
RelationService.setRole(String theRelId, Role theRole) 设置给定关系中的给定角色。 |
void |
RelationServiceMBean.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue) 针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。 |
void |
RelationService.updateRoleMap(String theRelId, Role theNewRole, List theOldRoleValue) 针对给定关系中给定角色的更新来处理 Relation Service 角色映射的更新。 |
所有类
|
|||||||||