Uses of Class
javax.management.relation.RelationNotFoundException

Packages that use RelationNotFoundException
javax.management.relation The JBossMX relation service
 

Uses of RelationNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw RelationNotFoundException
 RoleResult RelationService.getAllRoles(String relationId)
           
 RoleResult RelationServiceMBean.getAllRoles(String relationId)
          Retrieves all the roles for a given relation id.
 Map RelationService.getReferencedMBeans(String relationId)
           
 Map RelationServiceMBean.getReferencedMBeans(String relationId)
          Retrieves all the MBeans referenced in all the roles of a relation.
 String RelationService.getRelationTypeName(String relationId)
           
 String RelationServiceMBean.getRelationTypeName(String relationId)
          Retrieves the relation type name for the passed relation.
 List RelationService.getRole(String relationId, String roleName)
           
 List RelationServiceMBean.getRole(String relationId, String roleName)
          Retrieves MBeans in a role for a given relation id.
 Integer RelationService.getRoleCardinality(String relationId, String roleName)
           
 Integer RelationServiceMBean.getRoleCardinality(String relationId, String roleName)
          Retrieves the number of MBeans in a role for a given relation id.
 RoleResult RelationService.getRoles(String relationId, String[] roleNames)
           
 RoleResult RelationServiceMBean.getRoles(String relationId, String[] roleNames)
          Retrieves selected roles for a relation.
 void Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
          The relation service will call this service when an MBean referenced in a role is unregistered.
 void RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
           
 ObjectName RelationService.isRelationMBean(String relationId)
           
 ObjectName RelationServiceMBean.isRelationMBean(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 RelationService.removeRelation(String relationId)
           
 void RelationServiceMBean.removeRelation(String relationId)
          Removes a relation from the relation service.
 void RelationService.sendRelationCreationNotification(String relationId)
           
 void RelationServiceMBean.sendRelationCreationNotification(String relationId)
          Sends a relation creation notification

For internally created relations, a RELATION_BASIC_CREATION notification is sent.

 void RelationService.sendRelationRemovalNotification(String relationId, List unregMBeans)
           
 void RelationServiceMBean.sendRelationRemovalNotification(String relationId, List unregMBeans)
          Sends a relation removal notification

For internally created relations, a RELATION_BASIC_REMOVAL notification is sent.

 void RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List oldRoleValue)
           
 void RelationServiceMBean.sendRoleUpdateNotification(String relationId, Role newRole, List oldRoleValue)
          Sends a relation update notification

For internally created relations, a RELATION_BASIC_UPDATE notification is sent.

 void Relation.setRole(Role role)
          Sets the passed role for this relation.
 void RelationSupport.setRole(Role role)
           
 void RelationService.setRole(String relationId, Role role)
           
 void RelationServiceMBean.setRole(String relationId, Role role)
          Sets the role in the passed relation.
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the roles.
 RoleResult RelationSupport.setRoles(RoleList roleList)
           
 RoleResult RelationService.setRoles(String relationId, RoleList roles)
           
 RoleResult RelationServiceMBean.setRoles(String relationId, RoleList roles)
          Sets the roles in the passed relation.
 void RelationService.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
           
 void RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
          Handles the update of the relation service role map when a role is changed.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.