Package | Description |
---|---|
org.javasimon.callback.async | |
org.javasimon.proxy |
Provides everything to wrap any class a Proxy generated with java.lang.reflect.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AsyncCallbackProxyFactory.invoke(DelegatingMethodInvocation<Callback> delegatingMethodInvocation) |
protected Object |
ExecutorProxyFactory.invoke(DelegatingMethodInvocation<T> delegatingMethodInvocation) |
Modifier and Type | Method and Description |
---|---|
protected String |
ProxyStopwatchSource.getMonitorName(DelegatingMethodInvocation<T> location) |
protected Class<?> |
ProxyStopwatchSource.getTargetClass(DelegatingMethodInvocation<T> location) |
protected Method |
ProxyStopwatchSource.getTargetMethod(DelegatingMethodInvocation<T> location) |
protected Object |
StopwatchProxyFactory.invoke(DelegatingMethodInvocation<T> methodInvocation)
Invocation handler main method.
|
protected Object |
DelegatingProxyFactory.invoke(DelegatingMethodInvocation<T> delegatingMethodInvocation)
Method to override in child classes.
|
Constructor and Description |
---|
StopwatchProxyFactory(T delegate,
StopwatchSource<DelegatingMethodInvocation<T>> stopwatchSource)
Constructor
|
Copyright © 2019. All rights reserved.