|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsynchronousCallback | |
net.sf.crispy | Main-classes and interfaces from this framework. |
net.sf.crispy.concurrent | Useful for concurrent programming. |
net.sf.crispy.impl | Implementation from this framework. |
net.sf.crispy.proxy | Proxy-classes to intercept all method-calls from the service classes. |
Uses of AsynchronousCallback in net.sf.crispy |
Methods in net.sf.crispy with parameters of type AsynchronousCallback | |
java.lang.Object |
IServiceManager.createService(java.lang.Class pvServiceInterface,
AsynchronousCallback pvAsynchronousCallback,
java.lang.String[] pvMethodFilter,
int pvMaxSizeOfThreads)
Create a Proxy-Object for asynchronous invocation. |
Uses of AsynchronousCallback in net.sf.crispy.concurrent |
Methods in net.sf.crispy.concurrent with parameters of type AsynchronousCallback | |
void |
ThreadWorker.executeAsynchrone(java.lang.Object pvObject,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs,
ExecuteCallback pvExecutorCallback,
AsynchronousCallback pvAsynchroneCallback)
|
Uses of AsynchronousCallback in net.sf.crispy.impl |
Methods in net.sf.crispy.impl that return AsynchronousCallback | |
AsynchronousCallback |
ServiceManager.getAsynchronousCallback(java.lang.Class pvServiceInterface)
|
Methods in net.sf.crispy.impl with parameters of type AsynchronousCallback | |
java.lang.Object |
ServiceManager.createService(java.lang.Class pvServiceInterface,
AsynchronousCallback pvAsynchronousCallback,
java.lang.String[] pvMethodFilter,
int pvMaxSizeOfThreads)
Create a Proxy-Object for invocation and do invocation asynchronous. |
Uses of AsynchronousCallback in net.sf.crispy.proxy |
Methods in net.sf.crispy.proxy that return AsynchronousCallback | |
static AsynchronousCallback |
DynamicProxyFactory.createAsynchronousCallback(java.util.Properties pvProperties)
|
AsynchronousCallback |
DynamicProxy.getAsynchronousCallback()
|
Methods in net.sf.crispy.proxy with parameters of type AsynchronousCallback | |
void |
DynamicProxy.setAsynchronousCallback(AsynchronousCallback pvAsynchronousCallback,
java.lang.String[] pvMethodFilter,
int pvMaxSizeOfThreads)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |