|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
protected class BeanContextServicesSupport.BCSSProxyServiceProvider
메소드의 개요 | |
---|---|
Iterator |
getCurrentServiceSelectors (BeanContextServices bcs,
Class serviceClass)
BeanContextServices 에 의해 불려 갑니다. |
Object |
getService (BeanContextServices bcs,
Object requestor,
Class serviceClass,
Object serviceSelector)
BeanContextServices 에 의해 불려 갑니다. |
void |
releaseService (BeanContextServices bcs,
Object requestor,
Object service)
BeanContextServices 에 의해 호출 됩니다. |
void |
serviceRevoked (BeanContextServiceRevokedEvent bcsre)
지정된 서비스가 삭제되었습니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
메소드의 상세 |
---|
public Object getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector)
BeanContextServiceProvider
의 기술:BeanContextServices
에 의해 불려 갑니다. 이 메소드는 이 BeanContextServiceProvider
로부터의 서비스의 인스턴스를 요구합니다.
BeanContextServiceProvider
내의 getService
bcs
- 이 특정의 요구에 관련했다
BeanContextServices
. 이 파라미터는
BeanContextServiceProvider
가 복수의 소스로부터의
서비스 요구를 식별할 수 있도록(듯이) 하는requestor
- 서비스를 요구하는 객체serviceClass
- 요구되는 서비스serviceSelector
- 특정의 서비스의
서비스 의존 파라미터, 또는 해당하지 않는 경우는 null
public void releaseService(BeanContextServices bcs, Object requestor, Object service)
BeanContextServiceProvider
의 기술:BeanContextServices
에 의해 호출 됩니다. 이 메소드는, 상자가 된 BeanContextChild
(또는 BeanContextChild
에 관련한 임의의 객체)의, 지정된 서비스에의 참조를 해제합니다.
BeanContextServiceProvider
내의 releaseService
bcs
- 이 특정의 해제 요구에 관련했다
BeanContextServices
requestor
- 서비스의 해제을 요구하는 객체service
- 해제되는 서비스public Iterator getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass)
BeanContextServiceProvider
의 기술:BeanContextServices
에 의해 불려 갑니다. 이 메소드는, 지정된 서비스의 현재의 서비스 셀렉터를 가져옵니다. 서비스 셀렉터는 서비스 고유의 파라미터로, 표준적인 예에는 다음의 것이 포함됩니다. 서비스 구현 클래스의 생성자 의 파라미터, 특정의 서비스의 프로퍼티의 값, 또는 기존의 구현의 맵에의 키입니다.
BeanContextServiceProvider
내의 getCurrentServiceSelectors
bcs
- 이 요구의 BeanContextServices
객체serviceClass
- 지정된 서비스
public void serviceRevoked(BeanContextServiceRevokedEvent bcsre)
BeanContextServiceRevokedListener
의 기술:
BeanContextServiceRevokedListener
내의 serviceRevoked
bcsre
- 이 청취자에 의해 수신되었다
BeanContextServiceRevokedEvent
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.