Uses of Class
javax.management.relation.InvalidRoleValueException

Packages that use InvalidRoleValueException
javax.management.relation   
 

Uses of InvalidRoleValueException in javax.management.relation
 

Methods in javax.management.relation that throw InvalidRoleValueException
 void RelationSupport.setRole(Role role)
           
 void RelationSupport.handleMBeanUnregistration(ObjectName objectName, java.lang.String roleName)
           
 void Relation.setRole(Role role)
           
 void Relation.handleMBeanUnregistration(ObjectName objectName, java.lang.String roleName)
           
 void RelationService.createRelation(java.lang.String relationId, java.lang.String relationTypeName, RoleList roleList)
           
 void RelationService.addRelation(ObjectName relationMBeanObjectName)
          Add relation of a class that extends RelationSupport, is an external relation and can only be created with this method createRelation() is for internal relations only
 void RelationService.setRole(java.lang.String relationId, Role role)
           
 void RelationServiceMBean.createRelation(java.lang.String relationId, java.lang.String relationTypeName, RoleList roleList)
           
 void RelationServiceMBean.addRelation(ObjectName relationObjectName)
           
 void RelationServiceMBean.setRole(java.lang.String relationId, Role role)
           
 

Constructors in javax.management.relation that throw InvalidRoleValueException
RelationSupport(java.lang.String relationId, ObjectName relationServiceObjectName, MBeanServer server, java.lang.String relationTypeName, RoleList roleList)
           
RelationSupport(java.lang.String relationId, ObjectName relationServiceObjectName, java.lang.String relationTypeName, RoleList roleList)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.