|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleList | |
javax.management.relation | The JBossMX relation service. |
Uses of RoleList in javax.management.relation |
Methods in javax.management.relation that return RoleList | |
RoleList |
RoleResult.getRoles()
Retrieve the successful roles. |
RoleList |
RelationSupport.retrieveAllRoles()
|
RoleList |
Relation.retrieveAllRoles()
Retrieve all the roles in this relation without checking the role mode. |
Methods in javax.management.relation with parameters of type RoleList | |
void |
RoleResult.setRoles(RoleList roleList)
Set the successful roles. |
boolean |
RoleList.addAll(RoleList roleList)
Appends a role list to the end of the list. |
boolean |
RoleList.addAll(int index,
RoleList roleList)
Inserts a role list at the specified location in the list. |
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
void |
RelationServiceMBean.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
Create a simple relation using RelationSupport for a relation
type within the relation service. |
RoleResult |
RelationServiceMBean.setRoles(String relationId,
RoleList roles)
Sets the roles in the passed relation. |
void |
RelationService.createRelation(String relationId,
String relationTypeName,
RoleList roleList)
|
RoleResult |
RelationService.setRoles(String relationId,
RoleList roles)
|
RoleResult |
Relation.setRoles(RoleList roleList)
Sets the roles. |
Constructors in javax.management.relation with parameters of type RoleList | |
RoleResult(RoleList roleList,
RoleUnresolvedList roleUnresolvedList)
Construct a new role result. |
|
RelationSupport(String relationId,
ObjectName relationService,
String relationTypeName,
RoleList roleList)
Construct a new relation support object. |
|
RelationSupport(String relationId,
ObjectName relationService,
MBeanServer mbeanServer,
String relationTypeName,
RoleList roleList)
Construct a new relation support object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |