站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

RoleResult (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


javax.management.relation
Class RoleResult

java.lang.Object
  extended byjavax.management.relation.RoleResult
All Implemented Interfaces:
Serializable

public class RoleResult
extends Object
implements Serializable

Represents the result of multiple access to roles.

Version:
$Revision: 1.4 $

Revisions:

20020716 Adrian Brock:

  • Serialization
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
RoleResult(RoleList roleList, RoleUnresolvedList roleUnresolvedList)
          Construct a new role result.
 
Method Summary
 RoleList getRoles()
          Retrieve the successful roles.
 RoleUnresolvedList getRolesUnresolved()
          Retrieve the unsuccessful roles.
 void setRoles(RoleList roleList)
          Set the successful roles.
 void setRolesUnresolved(RoleUnresolvedList roleUnresolvedList)
          Set the unsuccessful roles.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleResult

public RoleResult(RoleList roleList,
                  RoleUnresolvedList roleUnresolvedList)
Construct a new role result.

Parameters:
roleList - the successful roles
roleUnresolvedList - the roles not accessed
Method Detail

getRoles

public RoleList getRoles()
Retrieve the successful roles.

Returns:
the successful roles.

getRolesUnresolved

public RoleUnresolvedList getRolesUnresolved()
Retrieve the unsuccessful roles.

Returns:
the unsuccessful roles.

setRoles

public void setRoles(RoleList roleList)
Set the successful roles.

Parameters:
roleList - the successful roles.

setRolesUnresolved

public void setRolesUnresolved(RoleUnresolvedList roleUnresolvedList)
Set the unsuccessful roles.

Parameters:
roleUnresolvedList - the unsuccessful roles.

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.