Uses of Class
javax.management.relation.RelationNotFoundException

Packages that use RelationNotFoundException
javax.management.relation Provides the definition of the Relation Service. 
 

Uses of RelationNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw RelationNotFoundException
 RoleResult RelationServiceMBean.getAllRoles(String theRelId)
          Returns all roles present in the relation.
 RoleResult RelationService.getAllRoles(String theRelId)
          Returns all roles present in the relation.
 Map<ObjectName,List<String>> RelationServiceMBean.getReferencedMBeans(String theRelId)
          Retrieves MBeans referenced in the various roles of the relation.
 Map<ObjectName,List<String>> RelationService.getReferencedMBeans(String theRelId)
          Retrieves MBeans referenced in the various roles of the relation.
 String RelationServiceMBean.getRelationTypeName(String theRelId)
          Returns name of associated relation type for given relation.
 String RelationService.getRelationTypeName(String theRelId)
          Returns name of associated relation type for given relation.
 List<ObjectName> RelationServiceMBean.getRole(String theRelId, String theRoleName)
          Retrieves role value for given role name in given relation.
 List<ObjectName> RelationService.getRole(String theRelId, String theRoleName)
          Retrieves role value for given role name in given relation.
 Integer RelationServiceMBean.getRoleCardinality(String theRelId, String theRoleName)
          Retrieves the number of MBeans currently referenced in the given role.
 Integer RelationService.getRoleCardinality(String theRelId, String theRoleName)
          Retrieves the number of MBeans currently referenced in the given role.
 RoleResult RelationServiceMBean.getRoles(String theRelId, String[] theRoleNameArray)
          Retrieves values of roles with given names in given relation.
 RoleResult RelationService.getRoles(String theRelId, String[] theRoleNameArray)
          Retrieves values of roles with given names in given relation.
 void RelationSupport.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          Callback used by the Relation Service when a MBean referenced in a role is unregistered.
 void Relation.handleMBeanUnregistration(ObjectName theObjName, String theRoleName)
          Callback used by the Relation Service when a MBean referenced in a role is unregistered.
 ObjectName RelationServiceMBean.isRelationMBean(String theRelId)
          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 RelationService.isRelationMBean(String theRelId)
          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 RelationServiceMBean.removeRelation(String theRelId)
          Removes given relation from the Relation Service.
 void RelationService.removeRelation(String theRelId)
          Removes given relation from the Relation Service.
 void RelationServiceMBean.sendRelationCreationNotification(String theRelId)
          Sends a notification (RelationNotification) for a relation creation.
 void RelationService.sendRelationCreationNotification(String theRelId)
          Sends a notification (RelationNotification) for a relation creation.
 void RelationServiceMBean.sendRelationRemovalNotification(String theRelId, List<ObjectName> theUnregMBeanList)
          Sends a notification (RelationNotification) for a relation removal.
 void RelationService.sendRelationRemovalNotification(String theRelId, List<ObjectName> theUnregMBeanList)
          Sends a notification (RelationNotification) for a relation removal.
 void RelationServiceMBean.sendRoleUpdateNotification(String theRelId, Role theNewRole, List<ObjectName> theOldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationService.sendRoleUpdateNotification(String theRelId, Role theNewRole, List<ObjectName> theOldRoleValue)
          Sends a notification (RelationNotification) for a role update in the given relation.
 void RelationSupport.setRole(Role theRole)
          Sets the given role.
 void Relation.setRole(Role theRole)
          Sets the given role.
 void RelationServiceMBean.setRole(String theRelId, Role theRole)
          Sets the given role in given relation.
 void RelationService.setRole(String theRelId, Role theRole)
          Sets the given role in given relation.
 RoleResult RelationSupport.setRoles(RoleList theRoleList)
          Sets the given roles.
 RoleResult Relation.setRoles(RoleList theRoleList)
          Sets the given roles.
 RoleResult RelationServiceMBean.setRoles(String theRelId, RoleList theRoleList)
          Sets the given roles in given relation.
 RoleResult RelationService.setRoles(String theRelId, RoleList theRoleList)
          Sets the given roles in given relation.
 void RelationServiceMBean.updateRoleMap(String theRelId, Role theNewRole, List<ObjectName> theOldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 void RelationService.updateRoleMap(String theRelId, Role theNewRole, List<ObjectName> theOldRoleValue)
          Handles update of the Relation Service role map for the update of given role in given relation.
 


JMX Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b35 2004.10.19_15:30:31_MEST

Copyright 1999-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.