|
|||||||||||
| 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 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 _roleList)
Sets list of roles successfully accessed |
void |
setRolesUnresolved(RoleUnresolvedList _roleUnresList)
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 succesfully accessedtheRoleUnresList - list of roles not accessed (with problem
descriptions)| Method Detail |
public RoleList getRoles()
public RoleUnresolvedList getRolesUnresolved()
public void setRoles(RoleList _roleList)
_roleList - list of roles successfully accessedpublic void setRolesUnresolved(RoleUnresolvedList _roleUnresList)
_roleUnresList - list of roles unsuccessfully accessed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||