public class JBossArjunaTransactionManagerFactory extends Object implements TransactionManagerFactory
Modifier and Type | Field and Description |
---|---|
static String |
OS_ROOT |
static String |
PROPERTY_DEFAULT_TIMEOUT |
static String |
PROPERTY_ENVIRONMENT_OBJECTSTORE_DIR |
static String |
PROPERTY_NODE_IDENTIFIER |
static String |
PROPERTY_OBJECTSTORE_DIR |
static String |
PROPERTY_TX_REAPER_TIMEOUT |
static String |
PROPERTY_USER_DIR |
Constructor and Description |
---|
JBossArjunaTransactionManagerFactory() |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
create(MuleConfiguration config)
Creates of obtains the jta transaction manager to use for mule transactions
|
Map<String,String> |
getProperties() |
void |
setProperties(Map<String,String> properties) |
public static final String PROPERTY_USER_DIR
public static final String PROPERTY_ENVIRONMENT_OBJECTSTORE_DIR
public static final String PROPERTY_OBJECTSTORE_DIR
public static final String PROPERTY_NODE_IDENTIFIER
public static final String PROPERTY_DEFAULT_TIMEOUT
public static final String PROPERTY_TX_REAPER_TIMEOUT
public static final String OS_ROOT
public JBossArjunaTransactionManagerFactory()
public TransactionManager create(MuleConfiguration config) throws Exception
TransactionManagerFactory
create
in interface TransactionManagerFactory
config
- Mule configuration parametersException
- if the transaction manager cannot be located or createdCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.