Class AssociatedManagedConnectionFactoryImpl

    • Constructor Detail

      • AssociatedManagedConnectionFactoryImpl

        public AssociatedManagedConnectionFactoryImpl()
      • AssociatedManagedConnectionFactoryImpl

        public AssociatedManagedConnectionFactoryImpl​(Properties props)
    • Method Detail

      • 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
      • 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