|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleUnresolvedList | |
javax.management.relation | Provides the definition of the Relation service. |
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 | |
boolean |
RoleUnresolvedList.addAll(RoleUnresolvedList theRoleUnresolvedList)
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 theRoleUnresolvedList)
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. |
void |
RoleResult.setRolesUnresolved(RoleUnresolvedList theRoleUnresList)
Sets list of roles unsuccessfully accessed. |
Constructors in javax.management.relation with parameters of type RoleUnresolvedList | |
RoleResult(RoleList theRoleList,
RoleUnresolvedList theRoleUnresList)
Constructor. |
|
Maintenance Release jmx-1.2.1-b14 2003.07.15_17:22:05_MEST |
||||||||||
PREV NEXT | FRAMES NO FRAMES |