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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      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() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
      • clearBindingRegistry

        public static void clearBindingRegistry(java.lang.ClassLoader associatedClassLoader)
        clear the BindingRegistry from cache when application stopped
        Parameters:
        associatedClassLoader -
IBM Business Process ManagerTM
Release 8