public class JtaTransactionServicePlugin extends Object implements TransactionServicePlugin
| Modifier and Type | Field and Description |
|---|---|
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 |
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 |
SERIAL_JTA_TRANSACTIONS_PROPERTY_NAME
The name of the property that indicates whether JTA transactions are to
be in serial mode or not.
|
| Constructor and Description |
|---|
JtaTransactionServicePlugin() |
public static final String AUTOMATIC_RESOURCE_REGISTRATION_PROPERTY_NAME
public static final String DEFAULT_JTA_TIMEOUT_PROPERTY_NAME
public static final String SERIAL_JTA_TRANSACTIONS_PROPERTY_NAME
public static final String CLIENT_DEMARCATION_PROPERTY_NAME
public void beforeInit(Properties properties)
beforeInit in interface TransactionServicePluginpublic void afterShutdown()
afterShutdown in interface TransactionServicePluginpublic void afterInit()
afterInit in interface TransactionServicePluginCopyright © 2016. All Rights Reserved.