public class JtaTransactionServicePlugin extends java.lang.Object implements TransactionServicePlugin
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTOMATIC_RESOURCE_REGISTRATION_PROPERTY_NAME
The name of the property indicating whether (JTA/XA) resources should be
registered automatically or not.
|
static java.lang.String |
CLIENT_DEMARCATION_PROPERTY_NAME
The name of the property indicating whether remote clients can start
transactions on this service or not.
|
static java.lang.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 java.lang.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(java.util.Properties properties) |
public static final java.lang.String AUTOMATIC_RESOURCE_REGISTRATION_PROPERTY_NAME
public static final java.lang.String DEFAULT_JTA_TIMEOUT_PROPERTY_NAME
public static final java.lang.String SERIAL_JTA_TRANSACTIONS_PROPERTY_NAME
public static final java.lang.String CLIENT_DEMARCATION_PROPERTY_NAME
public void beforeInit(java.util.Properties properties)
beforeInit in interface TransactionServicePluginpublic void afterShutdown()
afterShutdown in interface TransactionServicePluginpublic void afterInit()
afterInit in interface TransactionServicePluginCopyright © 2018. All Rights Reserved.