com.ibm.websphere.sca.bindingcore

Class BindingRegistryFactory

  1. java.lang.Object
  2. extended bycom.ibm.websphere.sca.bindingcore.BindingRegistryFactory

  1. public class BindingRegistryFactory
  2. extends java.lang.Object
A Binding Registry factory which allows for the retrieval of a fully configured registry for the context classloader.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
BindingRegistryFactory()

Method Summary

Modifier and Type Method and Description
  1. static
  2. commonj.connector.runtime.BindingRegistry
getBindingRegistry(java.lang.ClassLoader associatedClassLoader)
Returns the Binding Registry assocated with the specified ClassLoader
  1. protected
  2. java.util.Map
getCache()
  1. static
  2. 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

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

BindingRegistryFactory

  1. public BindingRegistryFactory()

Method Detail

getInstance

  1. 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

  1. protected java.util.Map getCache( )

getBindingRegistry

  1. 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.