| Package | Description |
|---|---|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
List |
RoleList.asList()
Return a view of this list as a
List<Role>.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleList.add(int index, Role
Inserts the role specified as an element at the position specified.
|
void |
RoleList.add(Role
Adds the Role specified as the last element of the list.
|
Integer |
RelationService.checkRoleWriting(Role
Checks if given Role can be set in a relation of given type.
|
Integer |
RelationServiceMBean.checkRoleWriting(Role
Checks if given Role can be set in a relation of given type.
|
void |
RelationService.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
void |
RelationServiceMBean.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
void |
RoleList.set(int index, Role
Sets the element at the position specified to be the role specified.
|
void |
RelationSupport.setRole(Role
Sets the given role.
|
void |
Relation.setRole(Role
Sets the given role.
|
void |
RelationService.setRole(String
Sets the given role in given relation.
|
void |
RelationServiceMBean.setRole(String
Sets the given role in given relation.
|
void |
RelationService.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|
void |
RelationServiceMBean.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|
| Constructor and Description | |
|---|---|
RoleList(List
Constructs a
RoleList containing the elements of the
List specified, in the order in which they are returned by the
List's iterator.
|