bindClassLoader
public static void bindClassLoader(Object name)
throws NamingException
Binds a naming context to a class loader.
name
- Name of the context
bindClassLoader
public static void bindClassLoader(Object name,
Object token)
throws NamingException
Binds a naming context to a thread.
name
- Name of the contexttoken
- Security token
bindClassLoader
public static void bindClassLoader(Object name,
Object token,
ClassLoader classLoader)
throws NamingException
Binds a naming context to a thread.
name
- Name of the contexttoken
- Security token
bindContext
public static void bindContext(Object name,
Context context)
Binds a context name.
name
- Name of the contextcontext
- Associated naming context instance
bindContext
public static void bindContext(Object name,
Context context,
Object token)
Binds a context name.
name
- Name of the contextcontext
- Associated naming context instancetoken
- Security token
bindThread
public static void bindThread(Object name)
throws NamingException
Binds a naming context to a thread.
name
- Name of the context
bindThread
public static void bindThread(Object name,
Object token)
throws NamingException
Binds a naming context to a thread.
name
- Name of the contexttoken
- Security token
getClassLoader
public static Context getClassLoader()
throws NamingException
Retrieves the naming context bound to a class loader.
getThread
public static Context getThread()
throws NamingException
Retrieves the naming context bound to a thread.
isClassLoaderBound
public static boolean isClassLoaderBound()
Tests if current class loader is bound to a context.
isThreadBound
public static boolean isThreadBound()
Tests if current thread is bound to a context.
unbindClassLoader
public static void unbindClassLoader(Object name)
Unbinds a naming context to a class loader.
name
- Name of the context
unbindClassLoader
public static void unbindClassLoader(Object name,
Object token)
Unbinds a naming context to a class loader.
name
- Name of the contexttoken
- Security token
unbindClassLoader
public static void unbindClassLoader(Object name,
Object token,
ClassLoader classLoader)
Unbinds a naming context to a class loader.
name
- Name of the contexttoken
- Security token
unbindContext
public static void unbindContext(Object name)
Unbind context name.
name
- Name of the context
unbindContext
public static void unbindContext(Object name,
Object token)
Unbind context name.
name
- Name of the contexttoken
- Security token
unbindThread
public static void unbindThread(Object name)
Unbinds a naming context to a thread.
name
- Name of the context
unbindThread
public static void unbindThread(Object name,
Object token)
Unbinds a naming context to a thread.
name
- Name of the contexttoken
- Security token