javax.management.relation
Class RoleResultjava.lang.Object | +--javax.management.relation.RoleResult
- 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).
- Version:
- 1.5
- Author:
- Cosimo Vampo
- See Also:
- Serialized Form
Constructor Summary
RoleResult(RoleList theRoleList, RoleUnresolvedList theRoleUnresList)
Constructor
Method Summary
RoleList getRoles()
Retrieves list of roles successfully accessedRoleUnresolvedList getRolesUnresolved()
Retrieves list of roles unsuccessfully accessedvoid setRoles(RoleList theRoleList)
Sets list of roles successfully accessedvoid 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
RoleResult
public RoleResult(RoleList theRoleList, RoleUnresolvedList theRoleUnresList)
- Constructor
Parameters:
- theRoleList - list of roles succesfully accessed
- theRoleUnresList - list of roles not accessed (with problem descriptions)
Method Detail
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 theRoleList)
- Sets list of roles successfully accessed
Parameters:
- theRoleList - list of roles successfully accessed
setRolesUnresolved
public void setRolesUnresolved(RoleUnresolvedList theRoleUnresList)
- Sets list of roles unsuccessfully accessed
Parameters:
- theRoleUnresolvedList - list of roles unsuccessfully accessed