Uses of Interface
org.eclipse.jetty.jndi.NamingContext.Listener
Packages that use NamingContext.Listener
-
Uses of NamingContext.Listener in org.eclipse.jetty.jndi
Fields in org.eclipse.jetty.jndi with type parameters of type NamingContext.ListenerModifier and TypeFieldDescriptionprivate Collection<NamingContext.Listener>
NamingContext._listeners
Methods in org.eclipse.jetty.jndi that return types with arguments of type NamingContext.ListenerModifier and TypeMethodDescriptionprivate Collection<NamingContext.Listener>
NamingContext.findListeners()
Methods in org.eclipse.jetty.jndi with parameters of type NamingContext.ListenerModifier and TypeMethodDescriptionvoid
NamingContext.addListener
(NamingContext.Listener listener) boolean
NamingContext.removeListener
(NamingContext.Listener listener)