|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
| javax.management.relation | |
| Uses of Role in javax.management.relation |
| Methods in javax.management.relation with parameters of type Role | |
void |
RoleList.add(Role theRole)
Adds the Role specified as the last element of the list. |
void |
RoleList.add(int theIndex,
Role theRole)
Inserts the role specified as an element at the position specified. |
void |
RoleList.set(int theIndex,
Role theRole)
Sets the element at the position specified to be the role specified. |
void |
RelationSupport.setRole(Role role)
Sets the given role. |
protected java.lang.Object |
RelationSupport._setRole(Role role)
|
void |
Relation.setRole(Role role)
Sets the given role. |
java.lang.Integer |
RelationService.checkRoleWriting(Role role,
java.lang.String relTypeName,
java.lang.Boolean initFlag)
|
void |
RelationService.setRole(java.lang.String relationId,
Role role)
|
void |
RelationService.updateRoleMap(java.lang.String relationId,
Role role,
java.util.List oldRoleValue)
|
void |
RelationService.sendRoleUpdateNotification(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
|
java.lang.Integer |
RelationServiceMBean.checkRoleWriting(Role role,
java.lang.String relTypeName,
java.lang.Boolean initFlag)
Checks if given Role can be set in a relation of given type. |
void |
RelationServiceMBean.sendRoleUpdateNotification(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
Sends a notification (RelationNotification) for a role update in the given relation. |
void |
RelationServiceMBean.updateRoleMap(java.lang.String relationId,
Role role,
java.util.List oldRoleValue)
Handles update of the Relation Service role map for the update of given role in given relation. |
void |
RelationServiceMBean.setRole(java.lang.String relationId,
Role role)
Sets the given role in given relation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||