|
|||||||||
| Home >> All >> javax >> management >> [ relation overview ] | PREV NEXT | ||||||||
Uses of Class
javax.management.relation.RelationNotFoundException
| Uses of RelationNotFoundException in javax.management.relation |
| Methods in javax.management.relation that throw RelationNotFoundException | |
void |
RelationSupport.handleMBeanUnregistration(javax.management.ObjectName objectName,
java.lang.String roleName)
|
void |
RelationSupport.setRole(Role role)
|
RoleResult |
RelationSupport.setRoles(RoleList roleList)
|
private void |
RelationSupport.checkRegistered()
Check that we are registered with the relation service |
RoleResult |
RelationServiceMBean.getAllRoles(java.lang.String relationId)
Retrieves all the roles for a given relation id. |
java.util.Map |
RelationServiceMBean.getReferencedMBeans(java.lang.String relationId)
Retrieves all the MBeans referenced in all the roles of a relation. |
java.lang.String |
RelationServiceMBean.getRelationTypeName(java.lang.String relationId)
Retrieves the relation type name for the passed relation. |
java.util.List |
RelationServiceMBean.getRole(java.lang.String relationId,
java.lang.String roleName)
Retrieves MBeans in a role for a given relation id. |
java.lang.Integer |
RelationServiceMBean.getRoleCardinality(java.lang.String relationId,
java.lang.String roleName)
Retrieves the number of MBeans in a role for a given relation id. |
RoleResult |
RelationServiceMBean.getRoles(java.lang.String relationId,
java.lang.String[] roleNames)
Retrieves selected roles for a relation. |
javax.management.ObjectName |
RelationServiceMBean.isRelationMBean(java.lang.String relationId)
Checks whether the passed relation id is an MBean created by a user or has been internally created by the relation service. |
void |
RelationServiceMBean.removeRelation(java.lang.String relationId)
Removes a relation from the relation service. |
void |
RelationServiceMBean.sendRelationCreationNotification(java.lang.String relationId)
Sends a relation creation notification For internally created relations, a RELATION_BASIC_CREATION notification is sent. |
void |
RelationServiceMBean.sendRelationRemovalNotification(java.lang.String relationId,
java.util.List unregMBeans)
Sends a relation removal notification For internally created relations, a RELATION_BASIC_REMOVAL notification is sent. |
void |
RelationServiceMBean.sendRoleUpdateNotification(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
Sends a relation update notification For internally created relations, a RELATION_BASIC_UPDATE notification is sent. |
void |
RelationServiceMBean.setRole(java.lang.String relationId,
Role role)
Sets the role in the passed relation. |
RoleResult |
RelationServiceMBean.setRoles(java.lang.String relationId,
RoleList roles)
Sets the roles in the passed relation. |
void |
RelationServiceMBean.updateRoleMap(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
Handles the update of the relation service role map when a role is changed. |
RoleResult |
RelationService.getAllRoles(java.lang.String relationId)
|
java.util.Map |
RelationService.getReferencedMBeans(java.lang.String relationId)
|
java.lang.String |
RelationService.getRelationTypeName(java.lang.String relationId)
|
java.util.List |
RelationService.getRole(java.lang.String relationId,
java.lang.String roleName)
|
java.lang.Integer |
RelationService.getRoleCardinality(java.lang.String relationId,
java.lang.String roleName)
|
RoleResult |
RelationService.getRoles(java.lang.String relationId,
java.lang.String[] roleNames)
|
javax.management.ObjectName |
RelationService.isRelationMBean(java.lang.String relationId)
|
void |
RelationService.removeRelation(java.lang.String relationId)
|
void |
RelationService.sendRelationCreationNotification(java.lang.String relationId)
|
void |
RelationService.sendRelationRemovalNotification(java.lang.String relationId,
java.util.List unregMBeans)
|
void |
RelationService.sendRoleUpdateNotification(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
|
void |
RelationService.setRole(java.lang.String relationId,
Role role)
|
RoleResult |
RelationService.setRoles(java.lang.String relationId,
RoleList roles)
|
void |
RelationService.updateRoleMap(java.lang.String relationId,
Role newRole,
java.util.List oldRoleValue)
|
private java.lang.Object |
RelationService.retrieveRelationForId(java.lang.String relationId)
Get the relation for a relation id |
private java.lang.String |
RelationService.retrieveTypeNameForId(java.lang.String relationId)
Get the relation type name for a relation id |
private void |
RelationService.sendNotification(java.lang.String type,
java.lang.String description,
java.lang.String relationId,
java.util.List unregMBeans,
Role newRole,
java.util.List oldRoleValue)
Send a notification. |
void |
Relation.handleMBeanUnregistration(javax.management.ObjectName objectName,
java.lang.String roleName)
The relation service will call this service when an MBean referenced in a role is unregistered. |
void |
Relation.setRole(Role role)
Sets the passed role for this relation. |
RoleResult |
Relation.setRoles(RoleList roleList)
Sets the roles. |
|
|||||||||
| Home >> All >> javax >> management >> [ relation overview ] | PREV NEXT | ||||||||