Uses of Class
javax.management.relation.RelationServiceNotRegisteredException

Packages that use RelationServiceNotRegisteredException
javax.management.relation Provides the definition of the Relation service
 

Uses of RelationServiceNotRegisteredException in javax.management.relation
 

Methods in javax.management.relation that throw RelationServiceNotRegisteredException
 List RelationSupport.getRole(String theRoleName)
          Retrieves role value for given role name.
 RoleResult RelationSupport.getRoles(String[] theRoleNameArray)
          Retrieves values of roles with given names.
 RoleResult RelationSupport.getAllRoles()
          Returns all roles present in the relation.
 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.
 void RelationService.isActive()
          Checks if the Relation Service is active.
 void RelationService.removeRelationType(String theRelTypeName)
          Removes given relation type from Relation Service.
 void RelationService.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
 void RelationService.addRelation(ObjectName theRelObjectName)
          Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
 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.
 void RelationService.purgeRelations()
          Purges the relations.
 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.
 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.
 void RelationServiceMBean.isActive()
          Checks if the Relation Service is active.
 void RelationServiceMBean.removeRelationType(String theRelTypeName)
          Removes given relation type from Relation Service.
 void RelationServiceMBean.createRelation(String theRelId, String theRelTypeName, RoleList theRoleList)
          Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
 void RelationServiceMBean.addRelation(ObjectName theRelObjectName)
          Adds an MBean created by the user (and registered by him in the MBean Server) as a relation in the Relation Service.
 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.
 void RelationServiceMBean.purgeRelations()
          Purges the relations.
 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.
 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.
 List Relation.getRole(String theRoleName)
          Retrieves role value for given role name.
 RoleResult Relation.getRoles(String[] theRoleNameArray)
          Retrieves values of roles with given names.
 RoleResult Relation.getAllRoles()
          Returns all roles present in the 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.