软件包 | 描述 |
---|---|
javax.naming.event |
在访问命名和目录服务时提供事件通知的支持。
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventDirContext
包含将在目录上下文更改中命名的对象时被激发的事件的通知的方法。
|
Modifier and Type | Method and Description |
---|---|
EventContext |
NamingEvent.getEventContext()
检索引发此事件的事件源。
|
EventContext |
NamingExceptionEvent.getEventContext()
获取引发事件时的
EventContext。
|
Constructor and Description |
---|
NamingEvent(EventContext source, int type, Binding newBd, Binding oldBd, Object changeInfo)
构建
NamingEvent实例。
|
NamingExceptionEvent(EventContext source, NamingException exc)
构造一个实例的
NamingExceptionEvent使用语境的
NamingException被抛出和异常被抛出。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.