public class

RoleResult

extends Object
implements Serializable
java.lang.Object
   ↳ javax.management.relation.RoleResult

Class Overview

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.

Summary

Public Constructors
RoleResult(RoleList list, RoleUnresolvedList unresolvedList)
Constructor.
Public Methods
RoleList getRoles()
Retrieves list of roles successfully accessed.
RoleUnresolvedList getRolesUnresolved()
Retrieves list of roles unsuccessfully accessed.
void setRoles(RoleList list)
Sets list of roles successfully accessed.
void setRolesUnresolved(RoleUnresolvedList unresolvedList)
Sets list of roles unsuccessfully accessed.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RoleResult (RoleList list, RoleUnresolvedList unresolvedList)

Constructor.

Parameters
list list of roles successfully accessed.
unresolvedList list of roles not accessed (with problem descriptions).

Public Methods

public RoleList getRoles ()

Retrieves list of roles successfully accessed.

Returns
  • a RoleList

public RoleUnresolvedList getRolesUnresolved ()

Retrieves list of roles unsuccessfully accessed.

Returns
  • a RoleUnresolvedList.

public void setRoles (RoleList list)

Sets list of roles successfully accessed.

Parameters
list list of roles successfully accessed
See Also

public void setRolesUnresolved (RoleUnresolvedList unresolvedList)

Sets list of roles unsuccessfully accessed.

Parameters
unresolvedList list of roles unsuccessfully accessed