com.ibm.websphere.sca.bindingcore
Class BindingRegistryFactory
java.lang.Object
com.ibm.websphere.sca.bindingcore.BindingRegistryFactory
public class BindingRegistryFactory
- extends java.lang.Object
A Binding Registry factory which allows for the retrieval of a fully configured registry
for the context classloader.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
BindingRegistryFactory
public BindingRegistryFactory()
getInstance
public static commonj.connector.runtime.BindingRegistry getInstance()
- Returns:
- Returns the
BindingRegistry
for the current context classloader.
If there are no binding configurations for the current context classloader null
is returned.
getCache
protected java.util.Map getCache()
getBindingRegistry
public static commonj.connector.runtime.BindingRegistry getBindingRegistry(java.lang.ClassLoader associatedClassLoader)
- Returns the Binding Registry assocated with the specified ClassLoader
- Parameters:
associatedClassLoader
-
- Returns:
- Returns the
BindingRegistry
for the specified classloader.
If there are no binding configurations for the specified classloader null
is returned.