Uses of Class
javax.management.relation.RelationNotFoundException

Packages that use RelationNotFoundException
javax.management.relation   
 

Uses of RelationNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw RelationNotFoundException
 void RelationSupport.setRole(Role role)
          Sets the given role.
 RoleResult RelationSupport.setRoles(RoleList roleList)
          Sets the given roles.
 void RelationSupport.handleMBeanUnregistration(ObjectName objectName, java.lang.String roleName)
          Callback used by the Relation Service when a MBean referenced in a role is unregistered.
protected  java.lang.Object RelationSupport._setRole(Role role)
           
 ObjectName RelationServiceMBean.isRelationMBean(java.lang.String relationId)
          If the relation is represented by a MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
 void RelationServiceMBean.sendRelationCreationNotification(java.lang.String relationId)
          Sends a notification (RelationNotification) for a relation creation.
 void RelationServiceMBean.sendRoleUpdateNotification(java.lang.String relationId, Role newRole, java.util.List oldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationServiceMBean.sendRelationRemovalNotification(java.lang.String relaionId, java.util.List unregMBeanList)
          Sends a notification (RelationNotification) for a relation removal.
 void RelationServiceMBean.updateRoleMap(java.lang.String relationId, Role role, java.util.List oldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 void RelationServiceMBean.removeRelation(java.lang.String relationId)
          Removes given relation from the Relation Service.
 java.util.List RelationServiceMBean.getRole(java.lang.String relationId, java.lang.String roleName)
          Retrieves role value for given role name in given relation.
 RoleResult RelationServiceMBean.getRoles(java.lang.String relationId, java.lang.String[] roleNames)
          Retrieves values of roles with given names in given relation.
 RoleResult RelationServiceMBean.getAllRoles(java.lang.String relationId)
          Returns all roles present in the relation
 java.lang.Integer RelationServiceMBean.getRoleCardinality(java.lang.String relationId, java.lang.String roleName)
          Retrieves the number of MBeans currently referenced in the given role
 void RelationServiceMBean.setRole(java.lang.String relationId, Role role)
          Sets the given role in given relation.
 RoleResult RelationServiceMBean.setRoles(java.lang.String relationId, RoleList roleList)
          Sets the given roles in given relation.
 java.util.Map RelationServiceMBean.getReferencedMBeans(java.lang.String relationId)
          Retrieves MBeans referenced in the various roles of the relation.
 java.lang.String RelationServiceMBean.getRelationTypeName(java.lang.String relationId)
          Returns name of associated relation type for given relation.
 RoleResult RelationService.getAllRoles(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)
           
 java.util.Map RelationService.getReferencedMBeans(java.lang.String relationId)
          Retrieves MBeans referenced in the various roles of the relation.
 java.lang.String RelationService.getRelationTypeName(java.lang.String relationId)
           
 ObjectName RelationService.isRelationMBean(java.lang.String relationId)
          If the relation is represented by a MBean (created by the user and added as a relation in the Relation Service), returns the ObjectName of the MBean.
 void RelationService.setRole(java.lang.String relationId, Role role)
           
 RoleResult RelationService.setRoles(java.lang.String relationId, RoleList roleList)
           
 void RelationService.updateRoleMap(java.lang.String relationId, Role role, java.util.List oldRoleValue)
           
 void RelationService.removeRelation(java.lang.String relationId)
           
 void RelationService.sendRelationCreationNotification(java.lang.String relationId)
           
 void RelationService.sendRelationRemovalNotification(java.lang.String relationId, java.util.List unregMBeanList)
           
 void RelationService.sendRoleUpdateNotification(java.lang.String relationId, Role newRole, java.util.List oldRoleValue)
           
 void Relation.setRole(Role role)
          Sets the given role.
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the given roles.
 void Relation.handleMBeanUnregistration(ObjectName objectName, java.lang.String roleName)
          Callback used by the Relation Service when a MBean referenced in a role is unregistered.