JavaTM Platform
Standard Ed. 6

인터페이스
javax.naming.event.EventContext 의 사용

EventContext 를 사용하고 있는 패키지
javax.naming.event 네이밍 및 디렉토리 서비스에 액세스 하는 경우, 이벤트 통지를 지원하고 있습니다.  
 

javax.naming.event 에서의 EventContext 의 사용
 

javax.naming.event 에서의 EventContext 의 서브 인터페이스
 interface EventDirContext
          디렉토리 문맥으로 지정된 객체가 변경되었을 때에 트리거된 이벤트의 통지를 받는, 청취자의 등록에 관한 메소드를 포함합니다.
 

EventContext 을 돌려주는 javax.naming.event 의 메소드
 EventContext NamingExceptionEvent. getEventContext ()
          이 이벤트를 트리거한 EventContext 를 검출합니다.
 EventContext NamingEvent. getEventContext ()
          이 이벤트를 트리거한 이벤트 소스를 검출합니다.
 

EventContext 형의 파라미터를 가지는 javax.naming.event 의 생성자
NamingEvent (EventContext  source, int type, Binding  newBd, Binding  oldBd, Object  changeInfo)
          NamingEvent 의 인스턴스를 구축합니다.
NamingExceptionEvent (EventContext  source, NamingException  exc)
          NamingException 및 예외가 throw 된 문맥을 사용해,NamingExceptionEvent 의 인스턴스를 구축합니다.
 


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 도 참조해 주세요.