|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoleList | |
| javax.management.relation | |
| Uses of RoleList in javax.management.relation |
| Methods in javax.management.relation that return RoleList | |
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 |
RoleList |
RoleResult.getRoles()
Retrieves list of roles successfully accessed |
| Methods in javax.management.relation with parameters of type RoleList | |
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. |
RoleResult |
Relation.setRoles(RoleList roleList)
Sets the given roles. |
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relTypeName,
RoleList roleList)
doCreate a internal Relation |
RoleResult |
RelationService.setRoles(java.lang.String relationId,
RoleList roleList)
|
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 |
RoleResult.setRoles(RoleList _roleList)
Sets list of roles successfully accessed |
| Constructors in javax.management.relation with parameters of type RoleList | |
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)
|
|
RoleResult(RoleList theRoleList,
RoleUnresolvedList theRoleUnresList)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||