org.jboss.aspects.tx
Class TxTimeoutReaderFactory

java.lang.Object
  extended by org.jboss.aspects.tx.TxTimeoutReaderFactory

public class TxTimeoutReaderFactory
extends Object

Obtains the correct mechanism to get hold of a transaction timeout. Newer versions of JBoss should use the TransactionTimeoutConfiguration interfsce. For older versions we need to access the TxManager directly

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
TxTimeoutReaderFactory()
           
 
Method Summary
static TxTimeoutReader getTxTimeoutReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxTimeoutReaderFactory

public TxTimeoutReaderFactory()
Method Detail

getTxTimeoutReader

public static TxTimeoutReader getTxTimeoutReader()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.