Batch |
Batch is the definition for a list of processes that will be executed
after each other.
|
BatchErrorListener |
BatchErrorListener is a defintion for a observer of error that occur
during the execution of a Batch.
|
BatchFinishListener |
ProcessFinishListener is a defintion for a Observer of the completion
of a Process.
|
BatchStartListener |
BatchStartListener is a defintion for a observer of the start of a
Batch.
|
BatchUpdateListener |
BatchUpdateListener is a defintion for a observer for updates of a
Batch.
|
Executable |
Executable wraps specific functionalities that can be executed through
the execute method behind this generic interface |
ForEachExecutable |
ForEachExecutable is a extension to Executable to execute the
certain executale for all childs within a object |
Process |
Process represents the access to a lacy execution.
|
ProcessErrorListener |
ProcessErrorListener is a defintion for a observer of error that occur
during the execution of a Process.
|
ProcessFinishListener |
ProcessFinishListener is a defintion for a Observer of the completion
of a Process.
|
ProcessPauseListener |
ProcessPauseListener is a defintion for a observer of a pausing of a
Process.
|
ProcessResumeListener |
ProcessResumeListener is a defintion for a observer of a resuming of a
Process.
|
ProcessStartListener |
ProcessStartListener is a defintion for a observer of the start of a
Process.
|
ProcessUpdateListener |
ProcessUpdateListener is a defintion for a observer for updates of a
Process.
|
StepByStepProcess |
StepByStepProcess is a process that can be executed in parts(steps).
|
AbstractProcess |
AbstractProcess is a abstract helper class to implement processes.
|
AbstractTimeConsumer |
AbstractTimeConsumer represents a time consuming class.
|
BatchProcess |
BatchProcess is a implementation of Batch for a list of
Processes.
|
Call |
Call enables another object to call a method in another scope without
having to know the scope.
|
ConstructorCall | Constructor Call is to call a constructor by remote |
ExecutableProcess |
ExecutableProcess is a Wrapper for Executable's to be
executable as a Process.
|
Processor |
Processor executes any StepByStepProcess for step based code execution.
|
Timeout |
Timeout works as delayed execution of a executable.
|