| Package | Description |
|---|---|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
RoleInfo |
RelationType.getRoleInfo(String
Returns the role info (RoleInfo object) for the given role info name (null if not found).
|
RoleInfo |
RelationTypeSupport.getRoleInfo(String
Returns the role info (RoleInfo object) for the given role info name (null if not found).
|
RoleInfo |
RelationService.getRoleInfo(String
Retrieves role info for given role name of a given relation type.
|
RoleInfo |
RelationServiceMBean.getRoleInfo(String
Retrieves role info for given role of a given relation type.
|
| Modifier and Type | Method and Description |
|---|---|
List |
RelationType.getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects).
|
List |
RelationTypeSupport.getRoleInfos()
Returns the list of role definitions (ArrayList of RoleInfo objects).
|
List |
RelationService.getRoleInfos(String
Retrieves list of role infos (RoleInfo objects) of a given relation type.
|
List |
RelationServiceMBean.getRoleInfos(String
Retrieves list of role infos (RoleInfo objects) of a given relation type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RelationTypeSupport.addRoleInfo(RoleInfo
Add a role info.
|
void |
RelationService.createRelationType(String
Creates a relation type (a RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
|
void |
RelationServiceMBean.createRelationType(String
Creates a relation type (RelationTypeSupport object) with given role infos (provided by the RoleInfo objects), and adds it in the Relation Service.
|
| Constructor and Description | |
|---|---|
RelationTypeSupport(String
Constructor where all role definitions are dynamically created and passed as parameter.
|
|
RoleInfo(RoleInfo
Copy constructor.
|