javax.management.relation
Class RoleResult
java.lang.Object
|
+--javax.management.relation.RoleResult
- All Implemented Interfaces:
- java.io.Serializable
- public class RoleResult
- extends java.lang.Object
- implements java.io.Serializable
Represents the result of a multiple access to several roles of a relation
(either for reading or writing).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleResult
public RoleResult(RoleList theRoleList,
RoleUnresolvedList theRoleUnresList)
- Constructor
- Parameters:
theRoleList - list of roles succesfully accessedtheRoleUnresList - list of roles not accessed (with problem
descriptions)
getRoles
public RoleList getRoles()
- Retrieves list of roles successfully accessed
- Returns:
- a RoleList
getRolesUnresolved
public RoleUnresolvedList getRolesUnresolved()
- Retrieves list of roles unsuccessfully accessed
- Returns:
- a RoleUnresolvedList
setRoles
public void setRoles(RoleList _roleList)
- Sets list of roles successfully accessed
- Parameters:
_roleList - list of roles successfully accessed
setRolesUnresolved
public void setRolesUnresolved(RoleUnresolvedList _roleUnresList)
- Sets list of roles unsuccessfully accessed
- Parameters:
_roleUnresList - list of roles unsuccessfully accessed