| Package | Description |
|---|---|
| javax.management.relation |
Provides the definition of the Relation Service.
|
| Modifier and Type | Method and Description |
|---|---|
RoleResult |
RelationService.getAllRoles(String
Returns all roles present in the relation.
|
RoleResult |
RelationServiceMBean.getAllRoles(String
Returns all roles present in the relation.
|
Map |
RelationService.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
Map |
RelationServiceMBean.getReferencedMBeans(String
Retrieves MBeans referenced in the various roles of the relation.
|
String |
RelationService.getRelationTypeName(String
Returns name of associated relation type for given relation.
|
String |
RelationServiceMBean.getRelationTypeName(String
Returns name of associated relation type for given relation.
|
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 |
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.
|
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.
|
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.
|
ObjectName |
RelationService.isRelationMBean(String
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
|
ObjectName |
RelationServiceMBean.isRelationMBean(String
If the relation is represented by an MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
|
void |
RelationService.removeRelation(String
Removes given relation from the Relation Service.
|
void |
RelationServiceMBean.removeRelation(String
Removes given relation from the Relation Service.
|
void |
RelationService.sendRelationCreationNotification(String
Sends a notification (RelationNotification) for a relation creation.
|
void |
RelationServiceMBean.sendRelationCreationNotification(String
Sends a notification (RelationNotification) for a relation creation.
|
void |
RelationService.sendRelationRemovalNotification(String
Sends a notification (RelationNotification) for a relation removal.
|
void |
RelationServiceMBean.sendRelationRemovalNotification(String
Sends a notification (RelationNotification) for a relation removal.
|
void |
RelationService.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
void |
RelationServiceMBean.sendRoleUpdateNotification(String
Sends a notification (RelationNotification) for a role update in the given relation.
|
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.
|
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.
|
void |
RelationService.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|
void |
RelationServiceMBean.updateRoleMap(String
Handles update of the Relation Service role map for the update of given role in given relation.
|