org.eclipse.jetty.jndi
接口 NamingContext.Listener
- 包容类:
- NamingContext
public static interface NamingContext.Listener
Naming Context Listener.
bind
Binding bind(NamingContext ctx,
Binding binding)
- Called by
NamingContext.addBinding(Name, Object) when adding
a binding.
- 参数:
ctx - The context to add to.binding - The binding to add.
- 返回:
- The binding to bind, or null if the binding should be ignored.
unbind
void unbind(NamingContext ctx,
Binding binding)
- 参数:
ctx - The context to unbind frombinding - The binding that was unbound.
Copyright © 2013. All Rights Reserved.