public class BindingRegistryFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
BindingRegistryFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
clearBindingRegistry(java.lang.ClassLoader associatedClassLoader)
clear the BindingRegistry from cache when application stopped
|
static commonj.connector.runtime.BindingRegistry |
getBindingRegistry(java.lang.ClassLoader associatedClassLoader)
Returns the Binding Registry assocated with the specified ClassLoader
|
protected java.util.Map |
getCache() |
static commonj.connector.runtime.BindingRegistry |
getInstance() |
public static final java.lang.String COPYRIGHT
public static commonj.connector.runtime.BindingRegistry getInstance()
BindingRegistry
for the current context classloader.
If there are no binding configurations for the current context classloader null
is returned.protected java.util.Map getCache()
public static commonj.connector.runtime.BindingRegistry getBindingRegistry(java.lang.ClassLoader associatedClassLoader)
associatedClassLoader
- BindingRegistry
for the specified classloader.
If there are no binding configurations for the specified classloader null
is returned.public static void clearBindingRegistry(java.lang.ClassLoader associatedClassLoader)
associatedClassLoader
-