Uses of Class
javax.management.relation.RoleUnresolvedList

Packages that use RoleUnresolvedList
javax.management.relation   
 

Uses of RoleUnresolvedList in javax.management.relation
 

Methods in javax.management.relation that return RoleUnresolvedList
 RoleUnresolvedList RoleResult.getRolesUnresolved()
          Retrieves list of roles unsuccessfully accessed
 

Methods in javax.management.relation with parameters of type RoleUnresolvedList
 void RoleResult.setRolesUnresolved(RoleUnresolvedList _roleUnresList)
          Sets list of roles unsuccessfully accessed
 boolean RoleUnresolvedList.addAll(RoleUnresolvedList roleUnresolvedList)
          Appends all the elements in the RoleUnresolvedList specified to the end of the list, in the order in which they are returned by the Iterator of the RoleUnresolvedList specified.
 boolean RoleUnresolvedList.addAll(int index, RoleUnresolvedList roleUnresolvedList)
          Inserts all of the elements in the RoleUnresolvedList specified into this list, starting at the specified position, in the order in which they are returned by the Iterator of the RoleUnresolvedList specified.
 

Constructors in javax.management.relation with parameters of type RoleUnresolvedList
RoleResult(RoleList theRoleList, RoleUnresolvedList theRoleUnresList)
          Constructor