Uses of Class
javax.management.relation.RelationServiceNotRegisteredException

Packages that use RelationServiceNotRegisteredException
javax.management.relation   
 

Uses of RelationServiceNotRegisteredException in javax.management.relation
 

Methods in javax.management.relation that throw RelationServiceNotRegisteredException
 java.util.List RelationSupport.getRole(java.lang.String roleName)
          Retrieves role value for given role name.
 RoleResult RelationSupport.getRoles(java.lang.String[] roleNames)
          Retrieves values of roles with given names.
 RoleResult RelationSupport.getAllRoles()
          Returns all roles present in the relation
 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._getRole(java.lang.String roleName)
           
protected  java.lang.Object RelationSupport._setRole(Role role)
           
 void RelationServiceMBean.isActive()
          Checks if the Relation Service is active.
 void RelationServiceMBean.removeRelationType(java.lang.String relTypeName)
          Removes given relation type from Relation Service.
 void RelationServiceMBean.createRelation(java.lang.String relationId, java.lang.String relTypeName, RoleList roleList)
          Creates a simple relation (represented by a RelationSupport object) of given relation type, and adds it in the Relation Service.
 void RelationServiceMBean.addRelation(ObjectName objectName)
          Adds a MBean created by te user (and registered by him in the MBean Server) as a relation in the Relation Service.
 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.
 void RelationServiceMBean.purgeRelations()
          Purges the relations.
 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
 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.
 void RelationService.isActive()
           
 void RelationService.createRelation(java.lang.String relationId, java.lang.String relTypeName, RoleList roleList)
          create a internal Relation
 void RelationService.addRelation(ObjectName objectName)
          add a external Relation with it's DEFAULT_OBJECTNAME
 RoleResult RelationService.getAllRoles(java.lang.String relationId)
           
 java.util.List RelationService.getRole(java.lang.String relationId, java.lang.String roleName)
           
 RoleResult RelationService.getRoles(java.lang.String relationId, java.lang.String[] roleNames)
           
 void RelationService.removeRelationType(java.lang.String relTypeName)
           
 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.purgeRelations()
           
 void RelationService.removeRelation(java.lang.String relationId)
           
 java.util.List Relation.getRole(java.lang.String roleName)
          Retrieves role value for given role name.
 RoleResult Relation.getRoles(java.lang.String[] roleNameArray)
          Retrieves values of roles with given names.
 RoleResult Relation.getAllRoles()
          Returns all roles present in the relation
 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.