Groovy Documentation

griffon.plugins.perf4j
[Java] Class Perf4jContributionAdapter

java.lang.Object
  griffon.plugins.perf4j.Perf4jContributionAdapter
All Implemented Interfaces:
Perf4jContributionHandler

public class Perf4jContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Perf4jProvider provider

 
Constructor Summary
Perf4jContributionAdapter()

 
Method Summary
Perf4jProvider getPerf4jProvider()

void setPerf4jProvider(Perf4jProvider provider)

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
 

Field Detail

provider

private Perf4jProvider provider


 
Constructor Detail

Perf4jContributionAdapter

Perf4jContributionAdapter()


 
Method Detail

getPerf4jProvider

public Perf4jProvider getPerf4jProvider()


setPerf4jProvider

public void setPerf4jProvider(Perf4jProvider provider)


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