com.arjuna.ats.tsmx.mbeans
Class PerformanceStatistics

java.lang.Object
  extended by com.arjuna.ats.tsmx.mbeans.PerformanceStatistics
All Implemented Interfaces:
PerformanceStatisticsMBean

Deprecated.

@Deprecated
public class PerformanceStatistics
extends java.lang.Object
implements PerformanceStatisticsMBean


Constructor Summary
PerformanceStatistics()
          Deprecated.  
 
Method Summary
 java.lang.String getIconFilename()
          Deprecated.  
 long getNumberOfAbortedTransactions()
          Deprecated. Get the number of transactions which have been aborted.
 long getNumberOfCommittedTransactions()
          Deprecated. Get the number of transactions which have been committed.
 long getNumberOfHeuristics()
          Deprecated. Get the number of transactions which have terminated with a heuristic outcome.
 long getNumberOfNestedTransactions()
          Deprecated. Get the number of nested (sub) transactions created so far.
 long getNumberOfTransactions()
          Deprecated. Get the number of transactions created so far (includes nested and top-level transactions).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceStatistics

public PerformanceStatistics()
Deprecated. 
Method Detail

getNumberOfTransactions

public long getNumberOfTransactions()
Deprecated. 
Get the number of transactions created so far (includes nested and top-level transactions).

Specified by:
getNumberOfTransactions in interface PerformanceStatisticsMBean
Returns:
The number of transactions created.

getNumberOfNestedTransactions

public long getNumberOfNestedTransactions()
Deprecated. 
Get the number of nested (sub) transactions created so far.

Specified by:
getNumberOfNestedTransactions in interface PerformanceStatisticsMBean
Returns:
The number of nested transactions created so far.

getNumberOfHeuristics

public long getNumberOfHeuristics()
Deprecated. 
Get the number of transactions which have terminated with a heuristic outcome.

Specified by:
getNumberOfHeuristics in interface PerformanceStatisticsMBean
Returns:
The number of transactions which have terminated with a heuristic outcome.

getNumberOfCommittedTransactions

public long getNumberOfCommittedTransactions()
Deprecated. 
Get the number of transactions which have been committed.

Specified by:
getNumberOfCommittedTransactions in interface PerformanceStatisticsMBean
Returns:
The number of transactions which have been committed.

getNumberOfAbortedTransactions

public long getNumberOfAbortedTransactions()
Deprecated. 
Get the number of transactions which have been aborted.

Specified by:
getNumberOfAbortedTransactions in interface PerformanceStatisticsMBean
Returns:
The number of transactions which have been aborted.

getIconFilename

public java.lang.String getIconFilename()
Deprecated. 
Specified by:
getIconFilename in interface PerformanceStatisticsMBean