Uses of Class
javax.management.relation.RoleList

Packages that use RoleList
javax.management.relation The JBossMX relation service
 

Uses of RoleList in javax.management.relation
 

Methods in javax.management.relation that return RoleList
 RoleList RoleResult.getRoles()
          Retrieve the successful roles.
 RoleList Relation.retrieveAllRoles()
          Retrieve all the roles in this relation without checking the role mode.
 RoleList RelationSupport.retrieveAllRoles()
           
 

Methods in javax.management.relation with parameters of type RoleList
 boolean RoleList.addAll(int index, RoleList roleList)
          Inserts a role list at the specified location in the list.
 boolean RoleList.addAll(RoleList roleList)
          Appends a role list to the end of the list.
 void RelationService.createRelation(String relationId, String relationTypeName, RoleList roleList)
           
 void RelationServiceMBean.createRelation(String relationId, String relationTypeName, RoleList roleList)
          Create a simple relation using RelationSupport for a relation type within the relation service.
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the roles.
 RoleResult RelationSupport.setRoles(RoleList roleList)
           
 void RoleResult.setRoles(RoleList roleList)
          Set the successful roles.
 RoleResult RelationService.setRoles(String relationId, RoleList roles)
           
 RoleResult RelationServiceMBean.setRoles(String relationId, RoleList roles)
          Sets the roles in the passed relation.
 

Constructors in javax.management.relation with parameters of type RoleList
RelationSupport(String relationId, ObjectName relationService, MBeanServer mbeanServer, String relationTypeName, RoleList roleList)
          Construct a new relation support object.
RelationSupport(String relationId, ObjectName relationService, String relationTypeName, RoleList roleList)
          Construct a new relation support object.
RoleResult(RoleList roleList, RoleUnresolvedList roleUnresolvedList)
          Construct a new role result.
 



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