| Package | Description |
|---|---|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelationService.addRelation(ObjectName
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
|
void |
RelationServiceMBean.addRelation(ObjectName
Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
|
void |
RelationService.createRelation(String
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
|
void |
RelationServiceMBean.createRelation(String
Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
|
void |
RelationSupport.handleMBeanUnregistration(ObjectName
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
|
void |
Relation.handleMBeanUnregistration(ObjectName
Callback used by the Relation Service when a MBean referenced in a role is unregistered.
|
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.
|
| Constructor and Description | |
|---|---|
RelationSupport(String
Creates a
RelationSupport object.
|
|
RelationSupport(String
Creates a
RelationSupport object.
|