| Package | Description |
|---|---|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationService.addRelationType(RelationType
Adds given object as a relation type.
|
void |
RelationServiceMBean.addRelationType(RelationType
Adds given object as a relation type.
|
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.
|