Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.management.relation.RoleResult
public class RoleResult extends Object implements Serializable
Represents the result of a multiple access to several roles of a relation (either for reading or writing).
The serialVersionUID of this class is -6304063118040985512L
.
Constructor and Description |
---|
RoleResult(RoleList list,
RoleUnresolvedList unresolvedList)
Constructor. |
Modifier and Type | Method and Description |
---|---|
RoleList |
getRoles()
Retrieves list of roles successfully accessed. |
RoleUnresolvedList |
getRolesUnresolved()
Retrieves list of roles unsuccessfully accessed. |
void |
setRoles(RoleList list)
Sets list of roles successfully accessed. |
void |
setRolesUnresolved(RoleUnresolvedList unresolvedList)
Sets list of roles unsuccessfully accessed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleResult(RoleList list, RoleUnresolvedList unresolvedList)
list
- list of roles successfully accessed.unresolvedList
- list of roles not accessed (with problem
descriptions).Method Detail |
---|
public RoleList getRoles()
setRoles(javax.management.relation.RoleList)
public RoleUnresolvedList getRolesUnresolved()
setRolesUnresolved(javax.management.relation.RoleUnresolvedList)
public void setRoles(RoleList list)
list
- list of roles successfully accessedgetRoles()
public void setRolesUnresolved(RoleUnresolvedList unresolvedList)
unresolvedList
- list of roles unsuccessfully accessedgetRolesUnresolved()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.