|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.util.EventObject
javax.naming.event.NamingExceptionEvent
public class NamingExceptionEvent
이 클래스는,NamingEvent 를 통지하는 청취자의 정보를 수집하는 순서/프로세스가 NamingException 을 throw 했을 때에, 트리거되는 이벤트를 나타냅니다. 이 이벤트는, 청취자가 사용하고 있는 서버가 addNamingListener() 호출의 나중에 이상종료(ABEND) 했을 경우 등에 throw 됩니다.
NamingListener.namingExceptionThrown(javax.naming.event.NamingExceptionEvent)
,
EventContext
,
직렬화 된 형식 필드의 개요 |
---|
클래스 java.util. EventObject 로부터 상속된 필드 |
---|
source |
생성자 의 개요 | |
---|---|
NamingExceptionEvent (EventContext source,
NamingException exc)
NamingException 및 예외가 throw 된 문맥을 사용해,NamingExceptionEvent 의 인스턴스를 구축합니다. |
메소드의 개요 | |
---|---|
void |
dispatch (NamingListener listener)
이 이벤트를 사용해, 청취자에게 namingExceptionThrown() 메소드를 호출합니다. |
EventContext |
getEventContext ()
이 이벤트를 트리거한 EventContext 를 검출합니다. |
NamingException |
getException ()
throw 된 예외를 검출합니다. |
클래스 java.util. EventObject 로부터 상속된 메소드 |
---|
getSource , toString |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public NamingExceptionEvent(EventContext source, NamingException exc)
source
- 예외가 throw 된 null 이외의 문맥exc
- throw 된 null 이외의 NamingException메소드의 상세 |
---|
public NamingException getException()
public EventContext getEventContext()
public void dispatch(NamingListener listener)
listener
- 메소드를 호출하는 청취자의 null 이외의 네이밍 청취자
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.