java.lang.Object
javax.management.relation.RoleResult
- All Implemented Interfaces:
 Serializable
Represents the result of a multiple access to several roles of a relation
 (either for reading or writing).
 
The serialVersionUID of this class is -6304063118040985512L.
- Since:
 - 1.5
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetRoles()Retrieves list of roles successfully accessed.Retrieves list of roles unsuccessfully accessed.voidSets list of roles successfully accessed.voidsetRolesUnresolved(RoleUnresolvedList unresolvedList) Sets list of roles unsuccessfully accessed. 
- 
Constructor Details
- 
RoleResult
Constructor.- Parameters:
 list- list of roles successfully accessed.unresolvedList- list of roles not accessed (with problem descriptions).
 
 - 
 - 
Method Details
- 
getRoles
Retrieves list of roles successfully accessed.- Returns:
 - a RoleList
 - See Also:
 
 - 
getRolesUnresolved
Retrieves list of roles unsuccessfully accessed.- Returns:
 - a RoleUnresolvedList.
 - See Also:
 
 - 
setRoles
Sets list of roles successfully accessed.- Parameters:
 list- list of roles successfully accessed- See Also:
 
 - 
setRolesUnresolved
Sets list of roles unsuccessfully accessed.- Parameters:
 unresolvedList- list of roles unsuccessfully accessed- See Also:
 
 
 -