Package Summary  Overview Summary

class:RoleResult [NONE]

  • All Implemented Interfaces:
    Serializable


    public class RoleResult
    extends Object
    implements 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:
    Serialized Form

constructor:RoleResult(javax.management.relation.RoleList, javax.management.relation.RoleUnresolvedList) [CHANGED]

  • RoleResult

    public RoleResultpublic RoleResult​(RoleList list,
                      RoleUnresolvedList unresolvedList)
    Constructor.
    Parameters:
    list - list of roles successfully accessed.
    unresolvedList - list of roles not accessed (with problem descriptions).
  • RoleResult

    public RoleResult(RoleList list,
                      RoleUnresolvedList unresolvedList)
    Constructor.
    Parameters:
    list - list of roles successfully accessed.
    unresolvedList - list of roles not accessed (with problem descriptions).
  • RoleResult

    public RoleResult​(RoleList list,
                      RoleUnresolvedList unresolvedList)
    Constructor.
    Parameters:
    list - list of roles successfully accessed.
    unresolvedList - list of roles not accessed (with problem descriptions).

method:getRoles() [CHANGED]

method:getRolesUnresolved() [CHANGED]

method:setRoles(javax.management.relation.RoleList) [CHANGED]

  • setRoles

    public void setRolespublic void setRoles​(RoleList list)
    Sets list of roles successfully accessed.
    Parameters:
    list - list of roles successfully accessed
    See Also:
    getRoles()
  • setRoles

    public void setRoles(RoleList list)
    Sets list of roles successfully accessed.
    Parameters:
    list - list of roles successfully accessed
    See Also:
    getRoles()
  • setRoles

    public void setRoles​(RoleList list)
    Sets list of roles successfully accessed.
    Parameters:
    list - list of roles successfully accessed
    See Also:
    getRoles()

method:setRolesUnresolved(javax.management.relation.RoleUnresolvedList) [CHANGED]

  • setRolesUnresolved

    public void setRolesUnresolvedpublic void setRolesUnresolved​(RoleUnresolvedList unresolvedList)
    Sets list of roles unsuccessfully accessed.
    Parameters:
    unresolvedList - list of roles unsuccessfully accessed
    See Also:
    getRolesUnresolved()
  • setRolesUnresolved

    public void setRolesUnresolved(RoleUnresolvedList unresolvedList)
    Sets list of roles unsuccessfully accessed.
    Parameters:
    unresolvedList - list of roles unsuccessfully accessed
    See Also:
    getRolesUnresolved()
  • setRolesUnresolved

    public void setRolesUnresolved​(RoleUnresolvedList unresolvedList)
    Sets list of roles unsuccessfully accessed.
    Parameters:
    unresolvedList - list of roles unsuccessfully accessed
    See Also:
    getRolesUnresolved()

© 2017 Oracle Corporation and/or its affiliates