|
|||||||||||
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 |
RoleResult.getRoles()
|
RoleList |
RelationSupport.retrieveAllRoles()
|
RoleList |
Relation.retrieveAllRoles()
|
Methods in javax.management.relation with parameters of type RoleList | |
void |
RoleResult.setRoles(RoleList list)
|
boolean |
RoleList.addAll(RoleList roleList)
|
boolean |
RoleList.addAll(int index,
RoleList roleList)
|
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
void |
RelationServiceMBean.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
|
RoleResult |
RelationServiceMBean.setRoles(java.lang.String relationId,
RoleList roleList)
|
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
|
RoleResult |
RelationService.setRoles(java.lang.String relationId,
RoleList roleList)
|
RoleResult |
Relation.setRoles(RoleList roleList)
|
Constructors in javax.management.relation with parameters of type RoleList | |
RoleResult(RoleList roleList,
RoleUnresolvedList unresolvedList)
|
|
RelationSupport(java.lang.String relationId,
ObjectName relationServiceObjectName,
MBeanServer server,
java.lang.String relationTypeName,
RoleList roleList)
|
|
RelationSupport(java.lang.String relationId,
ObjectName relationServiceObjectName,
java.lang.String relationTypeName,
RoleList roleList)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |