com.ibm.websphere.sca.bindingcore
Class BindingRegistryFactory
- java.lang.Object
com.ibm.websphere.sca.bindingcore.BindingRegistryFactory
- public class BindingRegistryFactory
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
BindingRegistryFactory()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBindingRegistry(java.lang.ClassLoader associatedClassLoader)
Returns the Binding Registry assocated with the specified ClassLoader
|
|
getCache()
|
|
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
BindingRegistryFactory
- public BindingRegistryFactory()
Method Detail
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.