Package org.as2lib.app.exec

Interface Summary
Batch Batch is the definition for a list of processes that will be executed after each other.
BatchListener
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 is a definition for all lacy processes like for loading files having serverside responses or algorithms that take a little longer.
ProcessListener ProcessListener is a defintion for the Observable fields available within a process Process.
Class Summary
AbstractProcess AbstractProcess is a abstract helper class to implement processes.
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.
Timeout Timeout works as delayed execution of a executable.