|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
javax.management.relation | The JBossMX relation service. |
Uses of Role in javax.management.relation |
Methods in javax.management.relation with parameters of type Role | |
void |
RoleList.add(Role role)
Appends a role to the end of the list. |
void |
RoleList.add(int index,
Role role)
Adds a role at the specified location in the list. |
void |
RoleList.set(int index,
Role role)
Sets a role at the specified location in the list. |
void |
RelationSupport.setRole(Role role)
|
Integer |
RelationServiceMBean.checkRoleWriting(Role role,
String relationTypeName,
Boolean initFlag)
Checks whether the passed role can be written in the given relation type. |
void |
RelationServiceMBean.sendRoleUpdateNotification(String relationId,
Role newRole,
List oldRoleValue)
Sends a relation update notification For internally created relations, a RELATION_BASIC_UPDATE notification is sent. |
void |
RelationServiceMBean.updateRoleMap(String relationId,
Role newRole,
List oldRoleValue)
Handles the update of the relation service role map when a role is changed. |
void |
RelationServiceMBean.setRole(String relationId,
Role role)
Sets the role in the passed relation. |
Integer |
RelationService.checkRoleWriting(Role role,
String relationTypeName,
Boolean initFlag)
|
void |
RelationService.sendRoleUpdateNotification(String relationId,
Role newRole,
List oldRoleValue)
|
void |
RelationService.setRole(String relationId,
Role role)
|
void |
RelationService.updateRoleMap(String relationId,
Role newRole,
List oldRoleValue)
|
void |
Relation.setRole(Role role)
Sets the passed role for this relation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |