Package org.apache.catalina
Interface ThreadBindingListener
-
public interface ThreadBindingListenerCallback for establishing naming association when entering the application scope. This corresponds to setting the context classloader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbind()Binds the current thread to the application context by setting up the naming context and context class loader.voidunbind()Unbinds the current thread from the application context by clearing the naming context and context class loader.
-