Uses of Class
javax.management.relation.RelationServiceNotRegisteredException

Packages that use RelationServiceNotRegisteredException
javax.management.relation The JBossMX relation service
 

Uses of RelationServiceNotRegisteredException in javax.management.relation
 

Methods in javax.management.relation that throw RelationServiceNotRegisteredException
 void RelationService.addRelation(ObjectName relation)
           
 void RelationServiceMBean.addRelation(ObjectName relation)
          Add a manually created relation to the relation service.
 void RelationService.createRelation(String relationId, String relationTypeName, RoleList roleList)
           
 void RelationServiceMBean.createRelation(String relationId, String relationTypeName, RoleList roleList)
          Create a simple relation using RelationSupport for a relation type within the relation service.
 RoleResult Relation.getAllRoles()
          Retrieves all the roles in this relation.
 RoleResult RelationSupport.getAllRoles()
           
 RoleResult RelationService.getAllRoles(String relationId)
           
 RoleResult RelationServiceMBean.getAllRoles(String relationId)
          Retrieves all the roles for a given relation id.
 List Relation.getRole(String roleName)
          Retrieves the role for the passed role name.
 List RelationSupport.getRole(String roleName)
           
 List RelationService.getRole(String relationId, String roleName)
           
 List RelationServiceMBean.getRole(String relationId, String roleName)
          Retrieves MBeans in a role for a given relation id.
 RoleResult Relation.getRoles(String[] roleNames)
          Retrieves the roles in this relation with the passed names.
 RoleResult RelationSupport.getRoles(String[] roleNames)
           
 RoleResult RelationService.getRoles(String relationId, String[] roleNames)
           
 RoleResult RelationServiceMBean.getRoles(String relationId, String[] roleNames)
          Retrieves selected roles for a relation.
 void Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
          The relation service will call this service when an MBean referenced in a role is unregistered.
 void RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
           
 void RelationService.isActive()
           
 void RelationServiceMBean.isActive()
          Checks whether the relation service is active, i.e.
 void RelationService.purgeRelations()
           
 void RelationServiceMBean.purgeRelations()
          Purge relations.
 void RelationService.removeRelation(String relationId)
           
 void RelationServiceMBean.removeRelation(String relationId)
          Removes a relation from the relation service.
 void RelationService.removeRelationType(String relationTypeName)
           
 void RelationServiceMBean.removeRelationType(String relationTypeName)
          Removes a relation type from the relation service.
 void Relation.setRole(Role role)
          Sets the passed role for this relation.
 void RelationSupport.setRole(Role role)
           
 void RelationService.setRole(String relationId, Role role)
           
 void RelationServiceMBean.setRole(String relationId, Role role)
          Sets the role in the passed relation.
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the roles.
 RoleResult RelationSupport.setRoles(RoleList roleList)
           
 RoleResult RelationService.setRoles(String relationId, RoleList roles)
           
 RoleResult RelationServiceMBean.setRoles(String relationId, RoleList roles)
          Sets the roles in the passed relation.
 void RelationService.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
           
 void RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
          Handles the update of the relation service role map when a role is changed.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.