IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sca.bindingcore
Class BindingRegistryFactory

java.lang.Object
  extended by 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
           
 
Constructor Summary
BindingRegistryFactory()
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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.

IBM WebSphere Application ServerTM
Release 7