Uses of Class
javax.management.relation.InvalidRelationTypeException

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

Uses of InvalidRelationTypeException in javax.management.relation
 

Methods in javax.management.relation that throw InvalidRelationTypeException
 void RelationService.addRelationType(RelationType relationType)
           
 void RelationServiceMBean.addRelationType(RelationType relationType)
          Add a relation type to the relation service.
protected  void RelationTypeSupport.addRoleInfo(RoleInfo roleInfo)
          Add a role information object to the relation type.
 void RelationService.createRelationType(String relationTypeName, RoleInfo[] roleInfos)
           
 void RelationServiceMBean.createRelationType(String relationTypeName, RoleInfo[] roleInfos)
          Create a relation type within the relation service.
 

Constructors in javax.management.relation that throw InvalidRelationTypeException
RelationTypeSupport(String name, RoleInfo[] infos)
          Create a relation type with a name and the passed role infos.
 



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