JavaTM 2 Platform
Standard Ed. 6

類別 javax.management.relation.RelationNotFoundException
的使用

使用 RelationNotFoundException 的軟體套件
javax.management.relation 提供 Relation Service 的定義。 
 

javax.management.relationRelationNotFoundException 的使用
 

拋出 RelationNotFoundExceptionjavax.management.relation 中的方法
 RoleResult RelationService.getAllRoles(String relationId)
          返回關係中存在的所有角色。
 RoleResult RelationServiceMBean.getAllRoles(String relationId)
          返回關係中存在的所有角色。
 Map<ObjectName,List<String>> RelationService.getReferencedMBeans(String relationId)
          檢索關係的各種角色中參考的 MBean。
 Map<ObjectName,List<String>> RelationServiceMBean.getReferencedMBeans(String relationId)
          檢索關係的各種角色中參考的 MBean。
 String RelationService.getRelationTypeName(String relationId)
          返回給定關係的相關關係型別的名稱。
 String RelationServiceMBean.getRelationTypeName(String relationId)
          返回給定關係的相關關係型別的名稱。
 List<ObjectName> RelationService.getRole(String relationId, String roleName)
          檢索給定關係中給定角色名稱的角色值。
 List<ObjectName> RelationServiceMBean.getRole(String relationId, String roleName)
          檢索給定關係中給定角色名稱的角色值。
 Integer RelationService.getRoleCardinality(String relationId, String roleName)
          檢索給定角色中當前參考的 MBean 數。
 Integer RelationServiceMBean.getRoleCardinality(String relationId, String roleName)
          檢索給定角色中當前參考的 MBean 數。
 RoleResult RelationService.getRoles(String relationId, String[] roleNameArray)
          檢索給定關係中具有給定名稱的角色值。
 RoleResult RelationServiceMBean.getRoles(String relationId, String[] roleNameArray)
          檢索給定關係中具有給定名稱的角色值。
 void Relation.handleMBeanUnregistration(ObjectName objectName, String roleName)
          在註銷角色中參考的 MBean 時由 Relation Service 使用的回調。
 void RelationSupport.handleMBeanUnregistration(ObjectName objectName, String roleName)
          在註銷角色中參考的 MBean 時由 Relation Service 使用的回調。
 ObjectName RelationService.isRelationMBean(String relationId)
          如果用 MBean 表示關係(由使用者創建且作為 Relation Service 中的關係添加),則返回該 MBean 的 ObjectName。
 ObjectName RelationServiceMBean.isRelationMBean(String relationId)
          如果用 MBean 表示關係(由使用者創建且作為 Relation Service 中的關係添加),則返回該 MBean 的 ObjectName。
 void RelationService.removeRelation(String relationId)
          從 Relation Service 移除給定的關係。
 void RelationServiceMBean.removeRelation(String relationId)
          從 Relation Service 移除給定的關係。
 void RelationService.sendRelationCreationNotification(String relationId)
          發送關係創建通知 (RelationNotification)。
 void RelationServiceMBean.sendRelationCreationNotification(String relationId)
          發送關係創建通知 (RelationNotification)。
 void RelationService.sendRelationRemovalNotification(String relationId, List<ObjectName> unregMBeanList)
          發送關係移除通知 (RelationNotification)。
 void RelationServiceMBean.sendRelationRemovalNotification(String relationId, List<ObjectName> unregMBeanList)
          發送關係移除通知 (RelationNotification)。
 void RelationService.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldValue)
          發送給定關係中的角色更新通知 (RelationNotification)。
 void RelationServiceMBean.sendRoleUpdateNotification(String relationId, Role newRole, List<ObjectName> oldRoleValue)
          發送給定關係中的角色更新通知 (RelationNotification)。
 void Relation.setRole(Role role)
          設置給定角色。
 void RelationSupport.setRole(Role role)
          設置給定的角色。
 void RelationService.setRole(String relationId, Role role)
          設置給定關係中的給定角色。
 void RelationServiceMBean.setRole(String relationId, Role role)
          以給定關係設置給定角色。
 RoleResult Relation.setRoles(RoleList roleList)
          設置給定的角色。
 RoleResult RelationSupport.setRoles(RoleList list)
          設置給定的角色。
 RoleResult RelationService.setRoles(String relationId, RoleList roleList)
          設置給定關係中的給定角色。
 RoleResult RelationServiceMBean.setRoles(String relationId, RoleList roleList)
          以給定關係設置給定角色。
 void RelationService.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldValue)
          針對給定關係中給定角色的更新來處理 Relation Service 角色映射的更新。
 void RelationServiceMBean.updateRoleMap(String relationId, Role newRole, List<ObjectName> oldRoleValue)
          針對給定關係中給定角色的更新來處理 Relation Service 角色映射的更新。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only