| Package | Description |
|---|---|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
RoleResult |
RelationSupport.getAllRoles()
Returns all roles present in the relation.
|
RoleResult |
Relation.getAllRoles()
Returns all roles present in the relation.
|
RoleResult |
RelationService.getAllRoles(String
Returns all roles present in the relation.
|
RoleResult |
RelationServiceMBean.getAllRoles(String
Returns all roles present in the relation.
|
RoleResult |
RelationSupport.getRoles(String
Retrieves values of roles with given names.
|
RoleResult |
Relation.getRoles(String
Retrieves values of roles with given names.
|
RoleResult |
RelationService.getRoles(String
Retrieves values of roles with given names in given relation.
|
RoleResult |
RelationServiceMBean.getRoles(String
Retrieves values of roles with given names in given relation.
|
RoleResult |
RelationSupport.setRoles(RoleList
Sets the given roles.
|
RoleResult |
Relation.setRoles(RoleList
Sets the given roles.
|
RoleResult |
RelationService.setRoles(String
Sets the given roles in given relation.
|
RoleResult |
RelationServiceMBean.setRoles(String
Sets the given roles in given relation.
|