Class DynamicDataSourceJDBCAccess

java.lang.Object
com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess
All Implemented Interfaces:
JDBCAccess
Direct Known Subclasses:
SimplePooledDynamicDataSourceJDBCAccess

public class DynamicDataSourceJDBCAccess extends Object implements JDBCAccess
  • Constructor Details

    • DynamicDataSourceJDBCAccess

      public DynamicDataSourceJDBCAccess()
  • Method Details

    • getConnection

      public Connection getConnection() throws SQLException
      Specified by:
      getConnection in interface JDBCAccess
      Returns:
      the connection to use for the object store. If a pool of connections is used, this method may be called up to maxpoolsize times. It must not return the same connection each time.
      Throws:
      SQLException
    • initialise

      public void initialise(StringTokenizer tokenizer)
      Description copied from interface: JDBCAccess
      This method can be used to pass additional information to the implementation.
      Specified by:
      initialise in interface JDBCAccess