| Package | Description |
|---|---|
| javax.naming.event |
Provides support for event notification when accessing naming and directory services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventDirContext
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.
|
| Modifier and Type | Method and Description |
|---|---|
EventContext |
NamingEvent.getEventContext()
Retrieves the event source that fired this event.
|
EventContext |
NamingExceptionEvent.getEventContext()
Retrieves the
EventContext that fired this event.
|
| Constructor and Description | |
|---|---|
NamingEvent(EventContext
Constructs an instance of
NamingEvent.
|
|
NamingExceptionEvent(EventContext
Constructs an instance of
NamingExceptionEvent using the context in which the
NamingException was thrown and the exception that was thrown.
|