| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| BeanContextChild 를 사용하고 있는 패키지 | |
|---|---|
| java.beans.beancontext | Bean 문맥에 관련하는 클래스 및 인터페이스를 제공합니다. | 
| java.beans.beancontext 에서의 BeanContextChild 의 사용 | 
|---|
| java.beans.beancontext 에서의 BeanContextChild 의 서브 인터페이스 | |
|---|---|
 interface | 
BeanContext 
BeanContext 는 JavaBeans 의 논리 계층 컨테이너로서 기능합니다.  | 
 interface | 
BeanContextServices 
BeanContextServices 인터페이스는, BeanContextChild 객체가 범용 서비스를 받게 되도록(듯이)하기 위한 기구를 BeanContext 에 제공합니다.  | 
| BeanContextChild 를 구현하고 있는 java.beans.beancontext 의 클래스 | |
|---|---|
 class | 
BeanContextChildSupport 
BeanContextChild 프로토콜의 구현을 지원하기 위한 일반적인 지원 클래스입니다.  | 
 class | 
BeanContextServicesSupport 
이 헬퍼 클래스는, java.beans.beancontext.BeanContextServices 인터페이스의 유틸리티의 구현을 제공합니다.  | 
 class | 
BeanContextSupport 
이 헬퍼 클래스는 java.beans.beancontext.BeanContext 인터페이스의 유틸리티의 구현을 제공합니다.  | 
| BeanContextChild 로서 선언되고 있는 java.beans.beancontext 의 필드 | |
|---|---|
 BeanContextChild  | 
BeanContextChildSupport. beanContextChildPeer 
이 BeanContextChild 가 상자가 되는 BeanContext 입니다.  | 
| BeanContextChild 를 돌려주는 java.beans.beancontext 의 메소드 | |
|---|---|
 BeanContextChild  | 
BeanContextChildSupport. getBeanContextChildPeer ()
이 BeanContextChildSupport 에 관련한 BeanContextChild 를 가져옵니다.  | 
 BeanContextChild  | 
BeanContextProxy. getBeanContextProxy ()
이 객체에 관련한 BeanContextChild (또는 서브 인터페이스)를 가져옵니다.  | 
protected static BeanContextChild  | 
BeanContextSupport. getChildBeanContextChild (Object  child)
지정된 아이의 BeanContextChild (존재하는 경우)를 가져옵니다.  | 
| BeanContextChild 형의 파라미터를 가지는 java.beans.beancontext 의 메소드 | |
|---|---|
 URL  | 
BeanContextSupport. getResource (String  name,
            BeanContextChild  bcc)
 | 
 URL  | 
BeanContext. getResource (String  name,
            BeanContextChild  bcc)
java.lang.ClassLoader.getResource() 와 같이, 이 메소드에 의해 BeanContext 구현이 아이 Component 와 기본적인 ClassLoader 와의 사이에 동작을 삽입할 수가 있습니다.  | 
 InputStream  | 
BeanContextSupport. getResourceAsStream (String  name,
                    BeanContextChild  bcc)
 | 
 InputStream  | 
BeanContext. getResourceAsStream (String  name,
                    BeanContextChild  bcc)
java.lang.ClassLoader.getResourceAsStream() 와 같이, 이 메소드에 의해 BeanContext 구현이 아이 Component 와 기본적인 ClassLoader 와의 사이에 동작을 삽입할 수가 있습니다.  | 
 Object  | 
BeanContextServicesSupport. getService (BeanContextChild  child,
           Object  requestor,
           Class  serviceClass,
           Object  serviceSelector,
           BeanContextServiceRevokedListener  bcsrl)
서비스를 가져옵니다.  | 
 Object  | 
BeanContextServices. getService (BeanContextChild  child,
           Object  requestor,
           Class  serviceClass,
           Object  serviceSelector,
           BeanContextServiceRevokedListener  bcsrl)
BeanContextChild, 또는 BeanContextChild 에 관련한 임의의 객체는, 이 메소드를 호출하는 것에 의해, 상자가 되어 있는 BeanContextServices 로부터 현재 등록되어 있는 서비스에의 참조를 취득할 수 있습니다.  | 
 void | 
BeanContextServicesSupport. releaseService (BeanContextChild  child,
               Object  requestor,
               Object  service)
서비스를 해제합니다.  | 
 void | 
BeanContextServices. releaseService (BeanContextChild  child,
               Object  requestor,
               Object  service)
기본적인 BeanContextServiceProvider 의 releaseService()를 호출하는 것에 의해,BeanContextChild (또는 BeanContextChild 에 관련한 임의의 객체)의, 지정된 서비스에의 참조를 해제합니다.  | 
| BeanContextChild 형의 파라미터를 가지는 java.beans.beancontext 의 생성자 | |
|---|---|
BeanContextChildSupport (BeanContextChild  bcc)
JavaBean 컴퍼넌트 자체가 BeanContextChild 를 구현해, 이것을 캡슐화하고 있는 BeanContextChildSupport 를 구축합니다.  | 
|
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.