Class BasicConnectionFactory<T extends ResourceConnection>

    • Constructor Detail

      • BasicConnectionFactory

        public BasicConnectionFactory()
    • Method Detail

      • getConnection

        public abstract T getConnection()
                                 throws javax.resource.ResourceException
        Specified by:
        getConnection in interface javax.resource.cci.ConnectionFactory
        Specified by:
        getConnection in interface ConnectionFactory<T extends ResourceConnection>
        Throws:
        javax.resource.ResourceException
      • getConnection

        public ResourceConnection getConnection​(javax.resource.cci.ConnectionSpec arg0)
                                         throws javax.resource.ResourceException
        Specified by:
        getConnection in interface javax.resource.cci.ConnectionFactory
        Throws:
        javax.resource.ResourceException
      • getMetaData

        public javax.resource.cci.ResourceAdapterMetaData getMetaData()
                                                               throws javax.resource.ResourceException
        Specified by:
        getMetaData in interface javax.resource.cci.ConnectionFactory
        Throws:
        javax.resource.ResourceException
      • getRecordFactory

        public javax.resource.cci.RecordFactory getRecordFactory()
                                                          throws javax.resource.ResourceException
        Specified by:
        getRecordFactory in interface javax.resource.cci.ConnectionFactory
        Throws:
        javax.resource.ResourceException
      • setReference

        public void setReference​(Reference arg0)
        Specified by:
        setReference in interface javax.resource.Referenceable