|
||||||||||
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()
|
RoleList |
Relation.retrieveAllRoles()
|
RoleList |
RoleResult.getRoles()
|
Methods in javax.management.relation with parameters of type RoleList | |
boolean |
RoleList.addAll(RoleList roleList)
|
boolean |
RoleList.addAll(int index,
RoleList roleList)
|
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
RoleResult |
Relation.setRoles(RoleList roleList)
|
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
According to the RI spec this method is used only to create internal relations so can instantiate the InternalRelation class here and isRelationMBean() should return null. |
RoleResult |
RelationService.setRoles(java.lang.String relationId,
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 |
RoleResult.setRoles(RoleList list)
|
Constructors in javax.management.relation with parameters of type RoleList | |
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)
|
|
RoleResult(RoleList roleList,
RoleUnresolvedList unresolvedList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |