Uses of Class
javax.management.relation.RoleList

Packages that use RoleList
javax.management.relation   
 

Uses of RoleList in javax.management.relation
 

Methods in javax.management.relation that return RoleList
 RoleList RoleResult.getRoles()
          Retrieves list of roles successfully accessed
 RoleList RelationSupport.retrieveAllRoles()
          Returns all roles in the relation without checking read mode
 RoleList Relation.retrieveAllRoles()
          Returns all roles in the relation without checking read mode
 

Methods in javax.management.relation with parameters of type RoleList
 void RoleResult.setRoles(RoleList _roleList)
          Sets list of roles successfully accessed
 boolean RoleList.addAll(RoleList _roleList)
          Appends all the elements in the RoleList specified to the end of the list, in the order in which they are returned by the Iterator of the RoleList specified.
 boolean RoleList.addAll(int theIndex, RoleList _roleList)
          Inserts all of the elements in the RoleList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleList specified.
 RoleResult RelationSupport.setRoles(RoleList roleList)
          Sets the given roles.
 void RelationServiceMBean.createRelation(java.lang.String relationId, java.lang.String relTypeName, RoleList roleList)
          Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
 RoleResult RelationServiceMBean.setRoles(java.lang.String relationId, RoleList roleList)
          Sets the given roles in given relation.
 void RelationService.createRelation(java.lang.String relationId, java.lang.String relTypeName, RoleList roleList)
          create a internal Relation
 RoleResult RelationService.setRoles(java.lang.String relationId, RoleList roleList)
           
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the given roles.
 

Constructors in javax.management.relation with parameters of type RoleList
RoleResult(RoleList theRoleList, RoleUnresolvedList theRoleUnresList)
          Constructor
RelationSupport(java.lang.String relationId, ObjectName relationServiceObjectName, java.lang.String relationTypeName, RoleList roleList)
          Creates object.
RelationSupport(java.lang.String relationId, ObjectName relationServiceObjectName, MBeanServer mbeanServer, java.lang.String relationTypeName, RoleList roleList)