Uses of Class
javax.management.relation.InvalidRoleValueException

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

Uses of InvalidRoleValueException in javax.management.relation
 

Methods in javax.management.relation that throw InvalidRoleValueException
 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.
 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 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.
 

Constructors in javax.management.relation that throw InvalidRoleValueException
RelationSupport(String relationId, ObjectName relationService, MBeanServer mbeanServer, String relationTypeName, RoleList roleList)
          Construct a new relation support object.
RelationSupport(String relationId, ObjectName relationService, String relationTypeName, RoleList roleList)
          Construct a new relation support object.
 



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