|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.util.EventObject
javax.naming.ldap.UnsolicitedNotificationEvent
public class UnsolicitedNotificationEvent
이 클래스는, LDAP 서버로부터 송신된 비요청 통지에 응해 트리거된 이벤트를 나타냅니다.
UnsolicitedNotification
,
UnsolicitedNotificationListener
,
EventContext.addNamingListener(javax.naming.Name, int, javax.naming.event.NamingListener)
,
EventDirContext.addNamingListener(javax.naming.Name, java.lang.String, javax.naming.directory.SearchControls, javax.naming.event.NamingListener)
,
EventContext.removeNamingListener(javax.naming.event.NamingListener)
,
직렬화 된 형식 필드의 개요 |
---|
클래스 java.util. EventObject 로부터 상속된 필드 |
---|
source |
생성자 의 개요 | |
---|---|
UnsolicitedNotificationEvent (Object src,
UnsolicitedNotification notice)
UnsolicitedNotificationEvent 의 새로운 인스턴스를 구축합니다. |
메소드의 개요 | |
---|---|
void |
dispatch (UnsolicitedNotificationListener listener)
이 이벤트를 사용해, 청취자에게 notificationReceived() 메소드를 호출합니다. |
UnsolicitedNotification |
getNotification ()
비요청 통지를 돌려줍니다. |
클래스 java.util. EventObject 로부터 상속된 메소드 |
---|
getSource , toString |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public UnsolicitedNotificationEvent(Object src, UnsolicitedNotification notice)
src
- 이벤트를 트리거한 null 이외의 소스notice
- null 이외의 비요청 통지메소드의 상세 |
---|
public UnsolicitedNotification getNotification()
public void dispatch(UnsolicitedNotificationListener listener)
listener
- notificationReceived 를 호출한다
null 이외의 청취자
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.