org.apache.openejb.resource
Class GeronimoTransactionManagerFactory

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

public class GeronimoTransactionManagerFactory
extends Object

Version:
$Rev: 745463 $ $Date: 2009-02-18 11:10:40 +0100 (Mi, 18. Feb 2009) $

Constructor Summary
GeronimoTransactionManagerFactory()
           
 
Method Summary
static org.apache.geronimo.transaction.manager.GeronimoTransactionManager create(int defaultTransactionTimeoutSeconds, byte[] tmId, String bufferClassName, int bufferSizeKb, boolean checksumEnabled, boolean adler32Checksum, int flushSleepTimeMilliseconds, 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(int defaultTransactionTimeoutSeconds,
                                                                                        byte[] tmId,
                                                                                        String bufferClassName,
                                                                                        int bufferSizeKb,
                                                                                        boolean checksumEnabled,
                                                                                        boolean adler32Checksum,
                                                                                        int flushSleepTimeMilliseconds,
                                                                                        String logFileDir,
                                                                                        String logFileExt,
                                                                                        String logFileName,
                                                                                        int maxBlocksPerFile,
                                                                                        int maxBuffers,
                                                                                        int maxLogFiles,
                                                                                        int minBuffers,
                                                                                        int threadsWaitingForceThreshold)
                                                                                 throws Exception
Throws:
Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.