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 | Class and Description |
---|---|
class |
AsyncCallbackProxyFactory
Callback factory, produces a callback wrapper to make any callback asynchronous.
|
class |
ExecutorProxyFactory<T>
Proxy factory which can be used make any class asynchronous.
|
Modifier and Type | Class and Description |
---|---|
class |
StopwatchProxyFactory<T>
Stopwatch proxy factory can generate a proxy to wrap an existing class and monitor its performance.
|
Copyright © 2019. All rights reserved.