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

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


Uses of Class
javax.management.relation.RelationNotFoundException

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

Uses of RelationNotFoundException in javax.management.relation
 

Methods in javax.management.relation that throw RelationNotFoundException
 void RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
           
 void RelationSupport.setRole(Role role)
           
 RoleResult RelationSupport.setRoles(RoleList roleList)
           
 RoleResult RelationServiceMBean.getAllRoles(String relationId)
          Retrieves all the roles for a given relation id.
 Map RelationServiceMBean.getReferencedMBeans(String relationId)
          Retrieves all the MBeans referenced in all the roles of a relation.
 String RelationServiceMBean.getRelationTypeName(String relationId)
          Retrieves the relation type name for the passed relation.
 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.
 RoleResult RelationServiceMBean.getRoles(String relationId, String[] roleNames)
          Retrieves selected roles for a relation.
 ObjectName RelationServiceMBean.isRelationMBean(String relationId)
          Checks whether the passed relation id is an MBean created by a user or has been internally created by the relation service.
 void RelationServiceMBean.removeRelation(String relationId)
          Removes a relation from the relation service.
 void RelationServiceMBean.sendRelationCreationNotification(String relationId)
          Sends a relation creation notification For internally created relations, a RELATION_BASIC_CREATION notification is sent.
 void RelationServiceMBean.sendRelationRemovalNotification(String relationId, List unregMBeans)
          Sends a relation removal notification For internally created relations, a RELATION_BASIC_REMOVAL notification is sent.
 void RelationServiceMBean.sendRoleUpdateNotification(String relationId, Role newRole, List oldRoleValue)
          Sends a relation update notification For internally created relations, a RELATION_BASIC_UPDATE notification is sent.
 void RelationServiceMBean.setRole(String relationId, Role role)
          Sets the role in the passed relation.
 RoleResult RelationServiceMBean.setRoles(String relationId, RoleList roles)
          Sets the roles in the passed relation.
 void RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
          Handles the update of the relation service role map when a role is changed.
 RoleResult RelationService.getAllRoles(String relationId)
           
 Map RelationService.getReferencedMBeans(String relationId)
           
 String RelationService.getRelationTypeName(String relationId)
           
 List RelationService.getRole(String relationId, String roleName)
           
 Integer RelationService.getRoleCardinality(String relationId, String roleName)
           
 RoleResult RelationService.getRoles(String relationId, String[] roleNames)
           
 ObjectName RelationService.isRelationMBean(String relationId)
           
 void RelationService.removeRelation(String relationId)
           
 void RelationService.sendRelationCreationNotification(String relationId)
           
 void RelationService.sendRelationRemovalNotification(String relationId, List unregMBeans)
           
 void RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List oldRoleValue)
           
 void RelationService.setRole(String relationId, Role role)
           
 RoleResult RelationService.setRoles(String relationId, RoleList roles)
           
 void RelationService.updateRoleMap(String relationId, Role newRole, List oldRoleValue)
           
 void Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
          The relation service will call this service when an MBean referenced in a role is unregistered.
 void Relation.setRole(Role role)
          Sets the passed role for this relation.
 RoleResult Relation.setRoles(RoleList roleList)
          Sets the roles.
 



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