|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.util.EventObject
java.beans.beancontext.BeanContextEvent
java.beans.beancontext.BeanContextServiceAvailableEvent
public class BeanContextServiceAvailableEvent
이 이벤트 타입은, 등록되어 있는 서비스를 식별하기 위해서 BeanContextServicesListener 에 의해 사용됩니다.
| 필드의 개요 | |
|---|---|
protected Class |
serviceClass
새롭게 사용할 수 있는 서비스에의 Class 참조 |
| 클래스 java.beans.beancontext. BeanContextEvent 으로부터 상속된 필드 |
|---|
propagatedFrom |
| 클래스 java.util. EventObject 로부터 상속된 필드 |
|---|
source |
| 생성자 의 개요 | |
|---|---|
BeanContextServiceAvailableEvent (BeanContextServices bcs,
Class sc)
BeanContextAvailableServiceEvent 를 구축합니다. |
|
| 메소드의 개요 | |
|---|---|
Iterator |
getCurrentServiceSelectors ()
서비스 의존 셀렉터의 리스트를 가져옵니다. |
Class |
getServiceClass ()
이 통지의 대상인 서비스 클래스를 가져옵니다. |
BeanContextServices |
getSourceAsBeanContextServices ()
BeanContextServices 타입의 참조로서 소스를 가져옵니다. |
| 클래스 java.beans.beancontext. BeanContextEvent 로부터 상속된 메소드 |
|---|
getBeanContext , getPropagatedFrom , isPropagated , setPropagatedFrom |
| 클래스 java.util. EventObject 로부터 상속된 메소드 |
|---|
getSource , toString |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 필드의 상세 |
|---|
protected Class serviceClass
Class 참조
| 생성자 의 상세 |
|---|
public BeanContextServiceAvailableEvent(BeanContextServices bcs,
Class sc)
BeanContextAvailableServiceEvent 를 구축합니다.
bcs - 서비스가 사용 가능하게 된 문맥sc - 새롭게 사용할 수 있는 서비스에의 Class 참조| 메소드의 상세 |
|---|
public BeanContextServices getSourceAsBeanContextServices()
BeanContextServices 타입의 참조로서 소스를 가져옵니다.
public Class getServiceClass()
Class 참조public Iterator getCurrentServiceSelectors()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.