|
||||||||||
| 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 multiple access to roles.
Revisions:
20020716 Adrian Brock:
| Constructor Summary | |
|---|---|
RoleResult(RoleList roleList,
RoleUnresolvedList roleUnresolvedList)
Construct a new role result. |
|
| Method Summary | |
|---|---|
RoleList |
getRoles()
Retrieve the successful roles. |
RoleUnresolvedList |
getRolesUnresolved()
Retrieve the unsuccessful roles. |
void |
setRoles(RoleList roleList)
Set the successful roles. |
void |
setRolesUnresolved(RoleUnresolvedList roleUnresolvedList)
Set the unsuccessful roles. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RoleResult(RoleList roleList,
RoleUnresolvedList roleUnresolvedList)
roleList - the successful rolesroleUnresolvedList - the roles not accessed| Method Detail |
|---|
public RoleList getRoles()
public RoleUnresolvedList getRolesUnresolved()
public void setRoles(RoleList roleList)
roleList - the successful roles.public void setRolesUnresolved(RoleUnresolvedList roleUnresolvedList)
roleUnresolvedList - the unsuccessful roles.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||