Class AssociatedManagedConnectionFactoryImpl

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

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

    • AssociatedManagedConnectionFactoryImpl

      public AssociatedManagedConnectionFactoryImpl()
    • AssociatedManagedConnectionFactoryImpl

      public AssociatedManagedConnectionFactoryImpl(Properties props)
  • Method Details

    • createConnectionFactory

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

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

      public jakarta.resource.spi.ResourceAdapter getResourceAdapter()
      Specified by:
      getResourceAdapter in interface jakarta.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 jakarta.resource.ResourceException
      Throws:
      jakarta.resource.ResourceException
    • getBootstrapContext

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

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

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