Class AssociatedManagedConnectionFactoryImpl

All Implemented Interfaces:
Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, CXFManagedConnectionFactory

public class AssociatedManagedConnectionFactoryImpl extends ManagedConnectionFactoryImpl implements javax.resource.spi.ResourceAdapterAssociation
See Also:
  • Constructor Details

    • AssociatedManagedConnectionFactoryImpl

      public AssociatedManagedConnectionFactoryImpl()
    • AssociatedManagedConnectionFactoryImpl

      public AssociatedManagedConnectionFactoryImpl(Properties props)
  • Method Details

    • createConnectionFactory

      public Object createConnectionFactory(javax.resource.spi.ConnectionManager connMgr) throws javax.resource.ResourceException
      Specified by:
      createConnectionFactory in interface javax.resource.spi.ManagedConnectionFactory
      Overrides:
      createConnectionFactory in class ManagedConnectionFactoryImpl
      Throws:
      javax.resource.ResourceException
    • setResourceAdapter

      public void setResourceAdapter(javax.resource.spi.ResourceAdapter aRA) throws javax.resource.ResourceException
      Specified by:
      setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
      Throws:
      javax.resource.ResourceException
    • getResourceAdapter

      public javax.resource.spi.ResourceAdapter getResourceAdapter()
      Specified by:
      getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociation
    • mergeResourceAdapterProps

      protected void mergeResourceAdapterProps()
      If outbound-resourceAdapter and the resourceAdapter has same property, the outbound-resourceAdapter property's value would take precedence.
    • registerBus

      protected void registerBus() throws javax.resource.ResourceException
      Throws:
      javax.resource.ResourceException
    • getBootstrapContext

      protected Object getBootstrapContext()
      Overrides:
      getBootstrapContext in class ManagedConnectionFactoryImpl
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface javax.resource.spi.ManagedConnectionFactory
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in interface javax.resource.spi.ManagedConnectionFactory
      Overrides:
      equals in class Object