Uses of Class
javax.management.relation.RelationTypeNotFoundException

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

Uses of RelationTypeNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw RelationTypeNotFoundException
 void RelationService.addRelation(ObjectName relation)
           
 void RelationServiceMBean.addRelation(ObjectName relation)
          Add a manually created relation to the relation service.
 Integer RelationService.checkRoleReading(String roleName, String relationTypeName)
           
 Integer RelationServiceMBean.checkRoleReading(String roleName, String relationTypeName)
          Checks whether the passed role can be read in the given relation type.
 Integer RelationService.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
           
 Integer RelationServiceMBean.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
          Checks whether the passed role can be written in the given relation type.
 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.
 List RelationService.findRelationsOfType(String relationTypeName)
           
 List RelationServiceMBean.findRelationsOfType(String relationTypeName)
          Retrieves the relation ids for relations of the passed type.
 RoleInfo RelationService.getRoleInfo(String relationTypeName, String roleInfoName)
           
 RoleInfo RelationServiceMBean.getRoleInfo(String relationTypeName, String roleInfoName)
          Retrieves the role information for a given relation type.
 List RelationService.getRoleInfos(String relationTypeName)
           
 List RelationServiceMBean.getRoleInfos(String relationTypeName)
          Retrieves all the role information for a given relation type.
 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.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 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)
           
 



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