API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.relation. RoleResult View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      RoleResult
Implements
 Serializable
Subclasses
Description
public class RoleResult
  Represents the result of a multiple access to several roles of a relation (either for reading or writing).
See also:   
Constructors
public RoleResult (RoleList list, RoleUnresolvedList unresolvedList)
  Constructor.
Methods
Hide/Show inherited methods
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.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar