public interface NamingListener extends EventListener
该接口包含一个方法, namingExceptionThrown()必须被实现,以便在收集关于他们感兴趣的事件的信息的同时,可以通知侦听器(由服务提供者)抛出的异常。当调用此方法时,听众已经从其注册的EventContext自动注销。
例如,假设一个监听器实现了ObjectChangeListener并注册了一个EventContext 。 然后,如果与服务器的连接随后被破坏,则收听者将收到一个NamingExceptionEvent ,并且可以采取一些纠正措施,例如通知用户应用程序。
NamingEvent
, NamingExceptionEvent
, EventContext
, EventDirContext
Modifier and Type | Method and Description |
---|---|
void |
namingExceptionThrown(NamingExceptionEvent evt)
在尝试启动NamingEvent时抛出命名异常时
调用 。
|
void namingExceptionThrown(NamingExceptionEvent evt)
evt
- 非空事件。
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.