Class ContextBindings

java.lang.Object
org.apache.naming.ContextBindings

public class ContextBindings extends Object
Handles the associations :
  • Object with a NamingContext
  • Calling thread with a NamingContext
  • Calling thread with object bound to the same naming context
  • Thread context class loader with a NamingContext
  • Thread context class loader with object bound to the same NamingContext
The objects are typically Catalina Server or Context objects.
Author:
Remy Maucherat