public class GeronimoTransactionManagerFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GeronimoTransactionManagerFactory.GeronimoXAResourceWrapper |
static class |
GeronimoTransactionManagerFactory.TransactionManagerMBean |
| Constructor and Description |
|---|
GeronimoTransactionManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.geronimo.transaction.manager.GeronimoTransactionManager |
create(Integer defaultTransactionTimeoutSeconds,
Duration defaultTransactionTimeout,
boolean txRecovery,
byte[] tmId,
String bufferClassName,
int bufferSizeKb,
boolean checksumEnabled,
boolean adler32Checksum,
Integer flushSleepTimeMilliseconds,
Duration flushSleepTime,
String logFileDir,
String logFileExt,
String logFileName,
int maxBlocksPerFile,
int maxBuffers,
int maxLogFiles,
int minBuffers,
int threadsWaitingForceThreshold) |
public static org.apache.geronimo.transaction.manager.GeronimoTransactionManager create(Integer defaultTransactionTimeoutSeconds, Duration defaultTransactionTimeout, boolean txRecovery, byte[] tmId, String bufferClassName, int bufferSizeKb, boolean checksumEnabled, boolean adler32Checksum, Integer flushSleepTimeMilliseconds, Duration flushSleepTime, String logFileDir, String logFileExt, String logFileName, int maxBlocksPerFile, int maxBuffers, int maxLogFiles, int minBuffers, int threadsWaitingForceThreshold) throws Exception
ExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.