Class ConnectionFactoryImpl

  • All Implemented Interfaces:
    org.datanucleus.store.connection.ConnectionFactory

    public class ConnectionFactoryImpl
    extends org.datanucleus.store.connection.AbstractConnectionFactory
    Implementation of a ConnectionFactory for ODF.
    • Field Summary

      • Fields inherited from class org.datanucleus.store.connection.AbstractConnectionFactory

        RESOURCE_NAME_NONTX, RESOURCE_NAME_TX, resourceName, resourceType, storeMgr
      • Fields inherited from interface org.datanucleus.store.connection.ConnectionFactory

        DATANUCLEUS_CONNECTION_RESOURCE_TYPE, DATANUCLEUS_CONNECTION2_RESOURCE_TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionFactoryImpl​(org.datanucleus.store.StoreManager storeMgr, String resourceType)
      Constructor.
    • Constructor Detail

      • ConnectionFactoryImpl

        public ConnectionFactoryImpl​(org.datanucleus.store.StoreManager storeMgr,
                                     String resourceType)
        Constructor.
        Parameters:
        storeMgr - Store Manager
        resourceType - Type of resource (tx, nontx)
    • Method Detail

      • createManagedConnection

        public org.datanucleus.store.connection.ManagedConnection createManagedConnection​(org.datanucleus.ExecutionContext ec,
                                                                                          Map options)