Class DynamicDataSourceJDBCAccess
java.lang.Object
com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors.DynamicDataSourceJDBCAccess
- All Implemented Interfaces:
JDBCAccess
- Direct Known Subclasses:
SimplePooledDynamicDataSourceJDBCAccess
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialise
(StringTokenizer tokenizer) This method can be used to pass additional information to the implementation.
-
Constructor Details
-
DynamicDataSourceJDBCAccess
public DynamicDataSourceJDBCAccess()
-
-
Method Details
-
getConnection
- Specified by:
getConnection
in interfaceJDBCAccess
- 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
Description copied from interface:JDBCAccess
This method can be used to pass additional information to the implementation.- Specified by:
initialise
in interfaceJDBCAccess
-