|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 RoleList 的軟體套件 | |
---|---|
javax.management.relation | 提供 Relation Service 的定義。 |
javax.management.relation 中 RoleList 的使用 |
---|
返回 RoleList 的 javax.management.relation 中的方法 | |
---|---|
RoleList |
RoleResult.getRoles()
檢索成功存取的角色列表。 |
RoleList |
Relation.retrieveAllRoles()
返回關係中的所有角色,不檢查讀取網要。 |
RoleList |
RelationSupport.retrieveAllRoles()
返回關係中的所有角色,不檢查讀取網要。 |
參數型別為 RoleList 的 javax.management.relation 中的方法 | |
---|---|
boolean |
RoleList.addAll(int index,
RoleList roleList)
從指定位置開始,將指定 RoleList 中的所有元素插入此列表,這些元素按指定 RoleList 的迭代器返回的順序排列。 |
boolean |
RoleList.addAll(RoleList roleList)
將指定 RoleList 中的所有元素追加到列表末尾,這些元素按指定 RoleList 的迭代器返回的順序排列。 |
void |
RelationService.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
創建給定關係型別的簡單關係(由 RelationSupport 物件表示),並將其添加到 Relation Service 中。 |
void |
RelationServiceMBean.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
創建給定關係型別的簡單關係(由 RelationSupport 物件表示),並將其添加到 Relation Service 中。 |
RoleResult |
Relation.setRoles(RoleList roleList)
設置給定的角色。 |
RoleResult |
RelationSupport.setRoles(RoleList list)
設置給定的角色。 |
void |
RoleResult.setRoles(RoleList list)
設置成功存取的角色列表。 |
RoleResult |
RelationService.setRoles(String relationId,
RoleList roleList)
設置給定關係中的給定角色。 |
RoleResult |
RelationServiceMBean.setRoles(String relationId,
RoleList roleList)
以給定關係設置給定角色。 |
參數型別為 RoleList 的 javax.management.relation 中的建構子 | |
---|---|
RelationSupport(String relationId,
ObjectName relationServiceName,
MBeanServer relationServiceMBeanServer,
String relationTypeName,
RoleList list)
創建一個 RelationSupport 物件。 |
|
RelationSupport(String relationId,
ObjectName relationServiceName,
String relationTypeName,
RoleList list)
創建一個 RelationSupport 物件。 |
|
RoleResult(RoleList list,
RoleUnresolvedList unresolvedList)
建構子。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。