org.objectweb.speedo.jmx.mbeans
Class Tx

java.lang.Object
  extended byorg.objectweb.speedo.jmx.mbeans.Tx
All Implemented Interfaces:
TxMBean

public class Tx
extends java.lang.Object
implements TxMBean

Author:
chassase

Constructor Summary
Tx(ProxyManagerFactory pmf, org.objectweb.perseus.dependency.api.DependencyGraph dg)
           
 
Method Summary
 java.lang.String getConcurrencyManager()
           
 java.lang.String getConcurrencyPolicy()
           
 java.util.Collection getDependencies()
           
 java.lang.String getTransactionManagerName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tx

public Tx(ProxyManagerFactory pmf,
          org.objectweb.perseus.dependency.api.DependencyGraph dg)
Method Detail

getConcurrencyManager

public java.lang.String getConcurrencyManager()
Specified by:
getConcurrencyManager in interface TxMBean

getConcurrencyPolicy

public java.lang.String getConcurrencyPolicy()
Specified by:
getConcurrencyPolicy in interface TxMBean

getTransactionManagerName

public java.lang.String getTransactionManagerName()
Specified by:
getTransactionManagerName in interface TxMBean

getDependencies

public java.util.Collection getDependencies()
Specified by:
getDependencies in interface TxMBean