public class BitronixConfigurationUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BITRONIX_RECOVERY_INTERVAL |
static String |
BITRONIX_SERVER_ID |
static String |
BITRONIX_TRANSACTION_TIMEOUT |
static String |
CLUSTER_NODE_ID_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static String |
createUniqueIdForResource(org.mule.runtime.core.api.MuleContext muleContext,
String resourceId) |
static String |
createUniqueIdForServer() |
static String |
getLogPart1Filename() |
static String |
getLogPart2Filename() |
static int |
getTransactionRecoveryIntervalInSeconds() |
static int |
getTransactionTimeout() |
static void |
runTransactionRecovery()
Runs the transaction recovery process if it's not already running.
|
public static final String BITRONIX_SERVER_ID
public static final String BITRONIX_RECOVERY_INTERVAL
public static final String BITRONIX_TRANSACTION_TIMEOUT
public static final String CLUSTER_NODE_ID_PROPERTY
public static String createUniqueIdForServer()
public static String createUniqueIdForResource(org.mule.runtime.core.api.MuleContext muleContext, String resourceId)
public static int getTransactionRecoveryIntervalInSeconds()
public static void runTransactionRecovery()
This does not affect the frequency of the recurrent recovery process.
public static String getLogPart2Filename()
public static String getLogPart1Filename()
public static int getTransactionTimeout()
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.