Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

javax.management.relation
Class RoleResult

java.lang.Object
  extended by javax.management.relation.RoleResult
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 Summary
Constructor and Description
RoleResult(RoleList list, RoleUnresolvedList unresolvedList)
          Constructor.
 
Method Summary
Modifier and Type Method and Description
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

getRoles

public RoleList getRoles()
Retrieves list of roles successfully accessed.

Returns:
a RoleList
See Also:
setRoles(javax.management.relation.RoleList)

getRolesUnresolved

public RoleUnresolvedList getRolesUnresolved()
Retrieves list of roles unsuccessfully accessed.

Returns:
a RoleUnresolvedList.
See Also:
setRolesUnresolved(javax.management.relation.RoleUnresolvedList)

setRoles

public void setRoles(RoleList list)
Sets list of roles successfully accessed.

Parameters:
list - list of roles successfully accessed
See Also:
getRoles()

setRolesUnresolved

public void setRolesUnresolved(RoleUnresolvedList unresolvedList)
Sets list of roles unsuccessfully accessed.

Parameters:
unresolvedList - list of roles unsuccessfully accessed
See Also:
getRolesUnresolved()

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.