public class JtaTransactionServicePlugin extends Object implements TransactionServicePlugin
| Modifier and Type | Field and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInit() |
void |
afterShutdown() |
void |
beforeInit() |
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()
beforeInit in interface TransactionServicePluginpublic void afterShutdown()
afterShutdown in interface TransactionServicePluginpublic void afterInit()
afterInit in interface TransactionServicePluginCopyright © 2023. All rights reserved.