Groovy Documentation

griffon.plugins.perf4j
[Java] Class AbstractPerf4jProvider

java.lang.Object
  griffon.plugins.perf4j.AbstractPerf4jProvider
All Implemented Interfaces:
Perf4jProvider

public abstract class AbstractPerf4jProvider
extends Object

Authors:
Andres Almiray


Constructor Summary
AbstractPerf4jProvider()

 
Method Summary
protected org.perf4j.StopWatch getPerf4jStopWatch(Map params)

R withStopwatch(Closure closure)

R withStopwatch(Callable callable)

R withStopwatch(Map params, Closure closure)

R withStopwatch(Map params, Callable callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractPerf4jProvider

AbstractPerf4jProvider()


 
Method Detail

getPerf4jStopWatch

protected org.perf4j.StopWatch getPerf4jStopWatch(Map params)


withStopwatch

public R withStopwatch(Closure closure)


withStopwatch

public R withStopwatch(Callable callable)


withStopwatch

public R withStopwatch(Map params, Closure closure)


withStopwatch

public R withStopwatch(Map params, Callable callable)


 

Groovy Documentation