站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class javax.management.relation.InvalidRoleValueException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


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 RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
           
 void RelationSupport.setRole(Role role)
           
 void RelationServiceMBean.createRelation(String relationId, String relationTypeName, RoleList roleList)
          Create a simple relation using RelationSupport for a relation type within the relation service.
 void RelationServiceMBean.addRelation(ObjectName relation)
          Add a manually created relation to the relation service.
 void RelationServiceMBean.setRole(String relationId, Role role)
          Sets the role in the passed relation.
 void RelationService.addRelation(ObjectName relation)
           
 void RelationService.createRelation(String relationId, String relationTypeName, RoleList roleList)
           
 void RelationService.setRole(String relationId, Role role)
           
 void Relation.setRole(Role role)
          Sets the passed role for this relation.
 void Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
          The relation service will call this service when an MBean referenced in a role is unregistered.
 

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



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