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 Relation.retrieveAllRoles()
          Retrieve all the roles in this relation without checking the role mode.
 RoleList RelationSupport.retrieveAllRoles()
           
 RoleList RoleResult.getRoles()
          Retrieve the successful roles.
 

Methods in javax.management.relation with parameters of type RoleList
 void RelationService.createRelation(String relationId, String relationTypeName, RoleList roleList)
           
 RoleResult RelationService.setRoles(String relationId, RoleList roles)
           
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the roles.
 RoleResult RelationSupport.setRoles(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 RelationServiceMBean.setRoles(String relationId, RoleList roles)
          Sets the roles in the passed relation.
 boolean RoleList.addAll(RoleList roleList)
          Appends a role list to the end of the list.
 boolean RoleList.addAll(int index, RoleList roleList)
          Inserts a role list at the specified location in the list.
 void RoleResult.setRoles(RoleList roleList)
          Set the successful roles.
 

Constructors in javax.management.relation with parameters of type RoleList
RelationSupport(String relationId, ObjectName relationService, String relationTypeName, RoleList roleList)
          Construct a new relation support object.
RelationSupport(String relationId, ObjectName relationService, MBeanServer mbeanServer, 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.