AlreadyLockedException |
|
BackgroundRunner |
The utility class which supports running of some task in request processor and after finishing transfer the code flow
to AWT event dispatching thread.
|
CancelException |
Exceptional return code from the operation.
|
DFEnvironmentRO |
Environment of time consuming read-only methods - methods, which don't modify data,
but it is expected that they will take more time to perform.
|
DFEnvironmentRW |
An extension of DFEnvironmentRO class which provides environment for read-only
methods.
|
DFFeedback |
Provides call backs for displaying progress and information as processes run in the DIF
tier.
|
DFFeedback.Type |
Types of messages to be used in DFFeedback.
|
DFLock |
A lock that can be used to restrict access to a DIF object.
|
DFLockable |
Most of DIF write methods (methods which modifies data or model somehow) use locking.
|
DFStatusDisplayer |
Simple wrapper around StatusLogger.
|
EnvUtils.DFFeedbackWithCancel |
An extension of DFFeedback with ability to cancel the running task.
|
Task |
This interface allows control of tasks produced by BackgroundRunner.
|