org.apache.commons.monitoring.reporting.web.plugin.jta
Class JTAEndpoints

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jta.JTAEndpoints

public class JTAEndpoints
extends Object


Constructor Summary
JTAEndpoints()
           
 
Method Summary
 String active(long start, long end)
           
 String commit(long start, long end)
           
 Template home()
           
 String rollback(long start, long end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTAEndpoints

public JTAEndpoints()
Method Detail

home

public Template home()

commit

public String commit(long start,
                     long end)

rollback

public String rollback(long start,
                       long end)

active

public String active(long start,
                     long end)


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