void |
RoleList.add(int index,
Role role) |
Inserts the role specified as an element at the position specified.
|
void |
RoleList.add(Role role) |
Adds the Role specified as the last element of the list.
|
Integer |
RelationService.checkRoleWriting(Role role,
String relationTypeName,
Boolean initFlag) |
Checks if given Role can be set in a relation of given type.
|
Integer |
RelationServiceMBean.checkRoleWriting(Role role,
String relationTypeName,
Boolean initFlag) |
Checks if given Role can be set in a relation of given type.
|
void |
RelationService.sendRoleUpdateNotification(String relationId,
Role newRole,
List<ObjectName> oldValue) |
Sends a notification (RelationNotification) for a role update in the
given relation.
|
void |
RelationServiceMBean.sendRoleUpdateNotification(String relationId,
Role newRole,
List<ObjectName> oldRoleValue) |
Sends a notification (RelationNotification) for a role update in the
given relation.
|
void |
RoleList.set(int index,
Role role) |
Sets the element at the position specified to be the role
specified.
|
void |
Relation.setRole(Role role) |
Sets the given role.
|
void |
RelationService.setRole(String relationId,
Role role) |
Sets the given role in given relation.
|
void |
RelationServiceMBean.setRole(String relationId,
Role role) |
Sets the given role in given relation.
|
void |
RelationSupport.setRole(Role role) |
Sets the given role.
|
void |
RelationService.updateRoleMap(String relationId,
Role newRole,
List<ObjectName> oldValue) |
Handles update of the Relation Service role map for the update of given
role in given relation.
|
void |
RelationServiceMBean.updateRoleMap(String relationId,
Role newRole,
List<ObjectName> oldRoleValue) |
Handles update of the Relation Service role map for the update of given
role in given relation.
|