Home » openjdk-7 » javax » management » relation » [javadoc | source]
javax.management.relation
public class: RoleResult [javadoc | source]
java.lang.Object
   javax.management.relation.RoleResult

All Implemented Interfaces:
    java$io$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.

Constructor:
 public RoleResult(RoleList list,
    RoleUnresolvedList unresolvedList) 
    Constructor.
    Parameters:
    list - list of roles successfully accessed.
    unresolvedList - list of roles not accessed (with problem descriptions).
Method from javax.management.relation.RoleResult Summary:
getRoles,   getRolesUnresolved,   setRoles,   setRolesUnresolved
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.management.relation.RoleResult Detail:
 public RoleList getRoles() 
    Retrieves list of roles successfully accessed.
 public RoleUnresolvedList getRolesUnresolved() 
    Retrieves list of roles unsuccessfully accessed.
 public  void setRoles(RoleList list) 
    Sets list of roles successfully accessed.
 public  void setRolesUnresolved(RoleUnresolvedList unresolvedList) 
    Sets list of roles unsuccessfully accessed.