org.apache.commons.monitoring.jta
Class JTAGauges

java.lang.Object
  extended by org.apache.commons.monitoring.jta.JTAGauges
All Implemented Interfaces:
GaugeFactory

public class JTAGauges
extends Object
implements GaugeFactory


Nested Class Summary
protected static class JTAGauges.JTAActiveGauge
           
protected static class JTAGauges.JTAGauge
           
 
Field Summary
static Role JTA_ACTIVE
           
static Role JTA_COMMITED
           
static Role JTA_ROLLBACKED
           
 
Constructor Summary
JTAGauges()
           
 
Method Summary
 Gauge[] gauges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JTA_COMMITED

public static final Role JTA_COMMITED

JTA_ROLLBACKED

public static final Role JTA_ROLLBACKED

JTA_ACTIVE

public static final Role JTA_ACTIVE
Constructor Detail

JTAGauges

public JTAGauges()
Method Detail

gauges

public Gauge[] gauges()
Specified by:
gauges in interface GaugeFactory


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.