|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atomikos.icatch.trmi.TrmiConfiguration
public final class TrmiConfiguration
A facade class for the Trmi TM framework. Allows easy integration of the trmi TM (standalone) in applications.
Field Summary | |
---|---|
static String |
DEFAULT_PROPERTIES_FILE_NAME
Deprecated. The default trmi properties file name, assumed to be in the current directory and to be used in case the property FILE_PATH_PROPERTY_NAME is not set. |
static String |
FILE_PATH_PROPERTY_NAME
Deprecated. The System property name that holds the path to the trmi properties file, needed for default initialization of the trmi config. |
static String |
NO_FILE_PROPERTY_NAME
Deprecated. The system property name that indicates that NO configuration file should be used. |
Constructor Summary | |
---|---|
TrmiConfiguration()
Deprecated. |
Method Summary | |
---|---|
static TSInitInfo |
createTSInitInfo()
Deprecated. Create a TSInitInfo object for this configuration. |
static UserTransactionService |
getUserTransactionService()
Deprecated. Get the UserTransactionManager instance for the configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FILE_PATH_PROPERTY_NAME
public static final String DEFAULT_PROPERTIES_FILE_NAME
public static final String NO_FILE_PROPERTY_NAME
Constructor Detail |
---|
public TrmiConfiguration()
Method Detail |
---|
public static final UserTransactionService getUserTransactionService()
public static final TSInitInfo createTSInitInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |