| 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 |
DefaultDispatchTarget<T>
DefaultDispatchTarget is a default implementation for the DispatchTarget interface
that uses Java reflection to deliver the callback.
|
| Modifier and Type | Method and Description |
|---|---|
DispatchTarget<T> |
Request.getDispatchTarget()
Returns our dispatch target.
|
DispatchTarget<T> |
AbstractRequest.getDispatchTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setDispatchTarget(DispatchTarget<T> pTarget)
Sets our dispatch target.
|
void |
AbstractRequest.setDispatchTarget(DispatchTarget<T> pTarget) |
Copyright © 2022 Jürgen Zeller (privat). All rights reserved.