|
|||||||||
| Home >> All >> javax >> management >> [ relation overview ] | PREV NEXT | ||||||||
Uses of Class
javax.management.relation.RoleList
| Uses of RoleList in javax.management.relation |
| Fields in javax.management.relation declared as RoleList | |
private RoleList |
RoleResult.roleList
The successful roles |
| 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 | |
static RoleResult |
RoleValidator.checkRoles(javax.management.ObjectName relationService,
javax.management.MBeanServer server,
java.lang.String relationTypeName,
RoleList roleList,
boolean write)
Check the Roles for a relation Type. |
static void |
RoleValidator.validateRoles(javax.management.ObjectName relationService,
javax.management.MBeanServer server,
java.lang.String relationTypeName,
RoleList roleList,
boolean write)
Validate the Roles for a relation Type. |
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)
|
private void |
RelationSupport.init(java.lang.String relationId,
javax.management.ObjectName relationService,
javax.management.MBeanServer mbeanServer,
java.lang.String relationTypeName,
RoleList roleList)
Constructor support. |
void |
RelationServiceMBean.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
Create a simple relation using RelationSupport for a relation type within the relation service. |
RoleResult |
RelationServiceMBean.setRoles(java.lang.String relationId,
RoleList roles)
Sets the roles in the passed relation. |
void |
RelationService.createRelation(java.lang.String relationId,
java.lang.String relationTypeName,
RoleList roleList)
|
RoleResult |
RelationService.setRoles(java.lang.String relationId,
RoleList roles)
|
private void |
RelationService.createMissingRoles(java.lang.String relationTypeName,
RoleList roleList)
Create missing 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(java.lang.String relationId,
javax.management.ObjectName relationService,
java.lang.String relationTypeName,
RoleList roleList)
Construct a new relation support object. |
|
RelationSupport(java.lang.String relationId,
javax.management.ObjectName relationService,
javax.management.MBeanServer mbeanServer,
java.lang.String relationTypeName,
RoleList roleList)
Construct a new relation support object. |
|
|
|||||||||
| Home >> All >> javax >> management >> [ relation overview ] | PREV NEXT | ||||||||