Class ModifierFactory
java.lang.Object
com.arjuna.ats.internal.jdbc.drivers.modifiers.ModifierFactory
Keep track of any "modifiers" we may require to run
transactions over specific databases.
A modifier implementation has two interfaces, one for XA processing
and is used by the JTA layer, and one for connection processing and
is used by the JDBC layer. A user needs to know which interface they
require and cast appropriately.
- Since:
- JTS 2.0.
- Version:
- $Id: ModifierFactory.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionModifier
getModifier
(String dbName, int major, int minor) static void
putModifier
(String dbName, int major, int minor, String modclass)
-
Constructor Details
-
ModifierFactory
public ModifierFactory()
-
-
Method Details
-
putModifier
-
getModifier
-