Package | Description |
---|---|
net.sf.cuf.xfer |
The data transfer ("xfer") library is the base for a synchronos or
asynchronos access of the business core.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequest<T>
This class provides the common stuff of all Request classes.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
Dispatch.asyncDispatch(Request<T> pRequest)
Generate a response and and dispatch it in a new (seperate) thread.
|
<T> void |
AbstractDispatcher.asyncDispatch(Request<T> pRequest)
Generate a response and and dispatch it in a new (separate) thread.
|
<T> void |
Dispatch.asyncDispatchInEDT(Request<T> pRequest)
Generate a response in a new (seperate) thread and dispatch the
response in the EDT (event dispatch thread).
|
<T> void |
AbstractDispatcher.asyncDispatchInEDT(Request<T> pRequest)
Generate a response in a new (separate) thread and dispatch the
response in the EDT (event dispatch thread).
|
Response<T> |
RequestDelegate.execute(Request<T> pRequest)
Generates a response for the handed request.
|
<T> void |
Dispatch.syncDispatch(Request<T> pRequest)
Generate a response and and dispatch it in the current thread.
|
<T> void |
AbstractDispatcher.syncDispatch(Request<T> pRequest)
Generate a response and and dispatch it in the current thread.
|
<T> Response<T> |
Dispatch.syncExecute(Request<T> pRequest)
Generate a response (includes delegate handling) but doesn't dispatch the response.
|
<T> Response<T> |
AbstractDispatcher.syncExecute(Request<T> pRequest)
Generate a response (includes delegate handling) but doesn't dispatch the response.
|
Constructor and Description |
---|
AbstractDispatcher.DispatchRunnable(Request<T> pRequest)
Create a new runnable for dispatching the request
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.