软件包 | 描述 |
---|---|
javax.management.relation |
提供关系服务的定义。
|
Modifier and Type | Method and Description |
---|---|
RoleUnresolvedList |
RoleResult.getRolesUnresolved()
检索角色成功访问列表。
|
Modifier and Type | Method and Description |
---|---|
boolean |
RoleUnresolvedList.addAll(int index, RoleUnresolvedList roleList)
将所有指定到这个列表的roleunresolvedlist元素,从指定位置开始,在它们的迭代器指定的roleunresolvedlist返回顺序。
|
boolean |
RoleUnresolvedList.addAll(RoleUnresolvedList roleList)
在指定附加到列表的末尾的roleunresolvedlist所有元素,在它们的迭代器指定的roleunresolvedlist返回顺序。
|
void |
RoleResult.setRolesUnresolved(RoleUnresolvedList unresolvedList)
角色成功访问集列表。
|
Constructor and Description |
---|
RoleResult(RoleList list, RoleUnresolvedList unresolvedList)
构造函数。
|
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.