Uses of Interface
javax.naming.event.EventContext
Packages that use EventContext
包
描述
Provides support for event notification when accessing naming and
directory services.
-
Uses of EventContext in javax.naming.event
Subinterfaces of EventContext in javax.naming.event修饰符和类Interface描述interface
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.Methods in javax.naming.event that return EventContext修饰符和类方法描述NamingEvent.getEventContext()
Retrieves the event source that fired this event.NamingExceptionEvent.getEventContext()
Retrieves theEventContext
that fired this event.Constructors in javax.naming.event with parameters of type EventContextModifierConstructor描述NamingEvent
(EventContext source, int type, Binding newBd, Binding oldBd, Object changeInfo) Constructs an instance ofNamingEvent
.NamingExceptionEvent
(EventContext source, NamingException exc) Constructs an instance ofNamingExceptionEvent
using the context in which theNamingException
was thrown and the exception that was thrown.