| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.relation.RoleResult
public class RoleResult
Represents the result of a multiple access to several roles of a relation (either for reading or writing).
| Constructor Summary | |
|---|---|
| RoleResult(RoleList theRoleList,
           RoleUnresolvedList theRoleUnresList)Constructor. | |
| Method Summary | |
|---|---|
|  RoleList | getRoles()Retrieves list of roles successfully accessed. | 
|  RoleUnresolvedList | getRolesUnresolved()Retrieves list of roles unsuccessfully accessed. | 
|  void | setRoles(RoleList theRoleList)Sets list of roles successfully accessed. | 
|  void | setRolesUnresolved(RoleUnresolvedList theRoleUnresList)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 theRoleList,
                  RoleUnresolvedList theRoleUnresList)
theRoleList - list of roles successfully accessed.theRoleUnresList - 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 theRoleList)
theRoleList - list of roles successfully accessedgetRoles()public void setRolesUnresolved(RoleUnresolvedList theRoleUnresList)
theRoleUnresList - list of roles unsuccessfully accessedgetRolesUnresolved()| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.