|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.management.relation.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 accessedMethod 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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |