|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.icatch.config.imp.AbstractUserTransactionServiceFactory
public abstract class AbstractUserTransactionServiceFactory
Commonalities for all factories go here.
| Field Summary | |
|---|---|
static String |
AUTOMATIC_RESOURCE_REGISTRATION_PROPERTY_NAME
The name of the property indicating whether (JTA/XA) resources should be registered automatically or not. |
static String |
CHECKPOINT_INTERVAL_PROPERTY_NAME
The name of the property indicating the checkpoint interval. |
static String |
CLIENT_DEMARCATION_PROPERTY_NAME
The name of the property indicating whether remote clients can start transactions on this service or not. |
static String |
DEFAULT_JTA_TIMEOUT_PROPERTY_NAME
The name of the property that specifies the default timeout (in milliseconds) that is set for transactions when no timeout is specified. |
static String |
ENABLE_LOGGING_PROPERTY_NAME
The name of the property indicating whether or not to enable logging. |
static String |
JNDI_INITIAL_CONTEXT_FACTORY_PROPERTY_NAME
The name of the property indicating what the JNDI initial context factory is. |
static String |
JNDI_PROVIDER_URL_PROPERTY_NAME
The name of the property indicating what the JNDI provider URL is. |
static String |
LOG_BASE_DIR_PROPERTY_NAME
The name of the property that specifies the log base dir folder. |
static String |
LOG_BASE_NAME_PROPERTY_NAME
The name of the property that indicates the base name of the log files. |
static String |
MAX_ACTIVES_PROPERTY_NAME
The name of the property that specifies the maximum number of active transactions. |
static String |
MAX_TIMEOUT_PROPERTY_NAME
The name of the property that specifies the maximum timeout (in milliseconds) that can be allowed for transactions. |
static String |
OUTPUT_DIR_PROPERTY_NAME
The name of the property that specifies the output folder for the transaction manager's files. |
static String |
REGISTER_SHUTDOWN_HOOK_PROPERTY_NAME
The name of the property specifying whether or not to force shutdown on VM exit. |
static String |
RMI_EXPORT_CLASS_PROPERTY_NAME
The name of the property indicating what RMI export mechanism to use for exporting transaction service objects (if applicable). |
static String |
SERIAL_JTA_TRANSACTIONS_PROPERTY_NAME
The name of the property that indicates whether JTA transactions are to be in serial mode or not. |
static String |
SERIALIZABLE_LOGGING_PROPERTY_NAME
The name of the property specifying whether or not to log as serializable objects. |
static String |
THREADED_2PC_PROPERTY_NAME
The name of the property specifying whether two-phase commit should be done concurrently with threads. |
static String |
TM_UNIQUE_NAME_PROPERTY_NAME
The name of the property indicating the globally unique name of the transaction manager. |
| Constructor Summary | |
|---|---|
AbstractUserTransactionServiceFactory()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atomikos.icatch.config.UserTransactionServiceFactory |
|---|
getUserTransactionService |
| Field Detail |
|---|
public static final String SERIAL_JTA_TRANSACTIONS_PROPERTY_NAME
public static final String DEFAULT_JTA_TIMEOUT_PROPERTY_NAME
public static final String OUTPUT_DIR_PROPERTY_NAME
public static final String LOG_BASE_DIR_PROPERTY_NAME
public static final String LOG_BASE_NAME_PROPERTY_NAME
public static final String MAX_ACTIVES_PROPERTY_NAME
public static final String MAX_TIMEOUT_PROPERTY_NAME
public static final String TM_UNIQUE_NAME_PROPERTY_NAME
public static final String CHECKPOINT_INTERVAL_PROPERTY_NAME
public static final String CLIENT_DEMARCATION_PROPERTY_NAME
public static final String RMI_EXPORT_CLASS_PROPERTY_NAME
public static final String JNDI_INITIAL_CONTEXT_FACTORY_PROPERTY_NAME
public static final String JNDI_PROVIDER_URL_PROPERTY_NAME
public static final String AUTOMATIC_RESOURCE_REGISTRATION_PROPERTY_NAME
public static final String ENABLE_LOGGING_PROPERTY_NAME
public static final String THREADED_2PC_PROPERTY_NAME
public static final String REGISTER_SHUTDOWN_HOOK_PROPERTY_NAME
public static final String SERIALIZABLE_LOGGING_PROPERTY_NAME
| Constructor Detail |
|---|
public AbstractUserTransactionServiceFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||