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



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