| 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.
|
List |
RelationSupport.getRole(String
Retrieves role value for given role name.
|
List |
Relation.getRole(String
Retrieves role value for given role name.
|
List |
RelationService.getRole(String
Retrieves role value for given role name in given relation.
|
List |
RelationServiceMBean.getRole(String
Retrieves role value for given role name in given relation.
|
Integer |
RelationSupport.getRoleCardinality(String
Returns the number of MBeans currently referenced in the given role.
|
Integer |
Relation.getRoleCardinality(String
Returns the number of MBeans currently referenced in the given role.
|
Integer |
RelationService.getRoleCardinality(String
Retrieves the number of MBeans currently referenced in the given role.
|
Integer |
RelationServiceMBean.getRoleCardinality(String
Retrieves the number of MBeans currently referenced in the given role.
|
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.
|