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


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.