org.apache.openejb.resource
Class GeronimoTransactionManagerFactory

java.lang.Object
  extended by org.apache.openejb.resource.GeronimoTransactionManagerFactory

public class GeronimoTransactionManagerFactory
extends Object

Version:
$Rev: 1377969 $ $Date: 2012-08-28 03:50:09 +0000 (Tue, 28 Aug 2012) $

Nested Class Summary
static class GeronimoTransactionManagerFactory.GeronimoXAResourceWrapper
           
 
Constructor Summary
GeronimoTransactionManagerFactory()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoTransactionManagerFactory

public GeronimoTransactionManagerFactory()
Method Detail

create

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
Throws:
Exception


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.