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

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


Uses of Class
javax.management.relation.RoleNotFoundException

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

Uses of RoleNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw RoleNotFoundException
 List RelationSupport.getRole(String roleName)
           
 Integer RelationSupport.getRoleCardinality(String roleName)
           
 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.
 List RelationServiceMBean.getRole(String relationId, String roleName)
          Retrieves MBeans in a role for a given relation id.
 Integer RelationServiceMBean.getRoleCardinality(String relationId, String roleName)
          Retrieves the number of MBeans in a role for a given relation id.
 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)
           
 List RelationService.getRole(String relationId, String roleName)
           
 Integer RelationService.getRoleCardinality(String relationId, String roleName)
           
 void RelationService.setRole(String relationId, Role role)
           
 List Relation.getRole(String roleName)
          Retrieves the role for the passed role name.
 Integer Relation.getRoleCardinality(String roleName)
          Retrieves the number of MBeans in a given 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.
 



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