JavaTM Platform
Standard Ed. 6

클래스
javax.management.relation.RelationNotFoundException 의 사용

RelationNotFoundException 를 사용하고 있는 패키지
javax.management.relation 관계 서비스에 대해 정의합니다.  
 

javax.management.relation 에서의 RelationNotFoundException 의 사용
 

RelationNotFoundException 를 throw 하는 javax.management.relation 의 메소드
 RoleResult RelationServiceMBean. getAllRoles (String  relationId)
          관계에 포함되는 모든 롤을 돌려줍니다.
 RoleResult RelationService. getAllRoles (String  relationId)
          관계에 포함되는 모든 롤을 돌려줍니다.
 Map <ObjectName ,List <String >> RelationServiceMBean. getReferencedMBeans (String  relationId)
          관계의 다양한 롤로 참조되는 MBean 를 가져옵니다.
 Map <ObjectName ,List <String >> RelationService. getReferencedMBeans (String  relationId)
          관계의 다양한 롤로 참조되는 MBean 를 가져옵니다.
 String RelationServiceMBean. getRelationTypeName (String  relationId)
          지정된 관계의 관계형의 이름을 돌려줍니다.
 String RelationService. getRelationTypeName (String  relationId)
          지정된 관계의 관계형의 이름을 돌려줍니다.
 List <ObjectName > RelationServiceMBean. getRole (String  relationId, String  roleName)
          지정된 관계에 포함되는 지정된 롤명의 롤치를 가져옵니다.
 List <ObjectName > RelationService. getRole (String  relationId, String  roleName)
          지정된 관계에 포함되는 지정된 롤명의 롤치를 가져옵니다.
 Integer RelationServiceMBean. getRoleCardinality (String  relationId, String  roleName)
          지정된 롤내에서 현재 참조되고 있는 MBean 의 수를 가져옵니다.
 Integer RelationService. getRoleCardinality (String  relationId, String  roleName)
          지정된 롤내에서 현재 참조되고 있는 MBean 의 수를 가져옵니다.
 RoleResult RelationServiceMBean. getRoles (String  relationId, String [] roleNameArray)
          지정된 관계에 포함되는 지정된 이름의 롤의 값을 가져옵니다.
 RoleResult RelationService. getRoles (String  relationId, String [] roleNameArray)
          지정된 관계에 포함되는 지정된 이름의 롤의 값을 가져옵니다.
 void RelationSupport. handleMBeanUnregistration (ObjectName  objectName, String  roleName)
          롤에 포함되는 참조 대상의 MBean 의 등록이 해제되었을 경우에 관계 서비스에 의해 사용되는 콜백입니다.
 void Relation. handleMBeanUnregistration (ObjectName  objectName, String  roleName)
          롤에 포함되는 참조 대상의 MBean 의 등록이 해제되었을 경우에 관계 서비스에 의해 사용되는 콜백입니다.
 ObjectName RelationServiceMBean. isRelationMBean (String  relationId)
          사용자에 의해 작성되어 관계로서 관계 서비스에 추가된 MBean 가 관계를 나타내는 경우, 이 MBean 의 ObjectName 를 돌려줍니다.
 ObjectName RelationService. isRelationMBean (String  relationId)
          사용자에 의해 작성되어 관계로서 관계 서비스에 추가된 MBean 가 관계를 나타내는 경우, 이 MBean 의 ObjectName 를 돌려줍니다.
 void RelationServiceMBean. removeRelation (String  relationId)
          지정된 관계형을 관계 서비스로부터 삭제합니다.
 void RelationService. removeRelation (String  relationId)
          지정된 관계형을 관계 서비스로부터 삭제합니다.
 void RelationServiceMBean. sendRelationCreationNotification (String  relationId)
          관계 작성의 통지 (RelationNotification)를 송신합니다.
 void RelationService. sendRelationCreationNotification (String  relationId)
          관계 작성의 통지 (RelationNotification)를 송신합니다.
 void RelationServiceMBean. sendRelationRemovalNotification (String  relationId, List <ObjectName > unregMBeanList)
          관계 삭제의 통지 (RelationNotification)를 송신합니다.
 void RelationService. sendRelationRemovalNotification (String  relationId, List <ObjectName > unregMBeanList)
          관계 삭제의 통지 (RelationNotification)를 송신합니다.
 void RelationServiceMBean. sendRoleUpdateNotification (String  relationId, Role  newRole, List <ObjectName > oldRoleValue)
          지정된 관계내의 롤 갱신의 통지 (RelationNotification)를 송신합니다.
 void RelationService. sendRoleUpdateNotification (String  relationId, Role  newRole, List <ObjectName > oldValue)
          지정된 관계내의 롤 갱신의 통지 (RelationNotification)를 송신합니다.
 void RelationSupport. setRole (Role  role)
          지정된 롤을 설정합니다.
 void Relation. setRole (Role  role)
          지정된 롤을 설정합니다.
 void RelationServiceMBean. setRole (String  relationId, Role  role)
          지정된 관계내의 지정된 롤을 설정합니다.
 void RelationService. setRole (String  relationId, Role  role)
          지정된 관계내의 지정된 롤을 설정합니다.
 RoleResult RelationSupport. setRoles (RoleList  list)
          지정된 롤을 설정합니다.
 RoleResult Relation. setRoles (RoleList  roleList)
          지정된 롤을 설정합니다.
 RoleResult RelationServiceMBean. setRoles (String  relationId, RoleList  roleList)
          지정된 관계내의 지정된 롤을 설정합니다.
 RoleResult RelationService. setRoles (String  relationId, RoleList  roleList)
          지정된 관계내의 지정된 롤을 설정합니다.
 void RelationServiceMBean. updateRoleMap (String  relationId, Role  newRole, List <ObjectName > oldRoleValue)
          지정된 관계내의 지정된 롤을 갱신하기 위해(때문에), 관계 서비스 롤 맵의 갱신을 처리합니다.
 void RelationService. updateRoleMap (String  relationId, Role  newRole, List <ObjectName > oldValue)
          지정된 관계내의 지정된 롤을 갱신하기 위해(때문에), 관계 서비스 롤 맵의 갱신을 처리합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.