Package | Description |
---|---|
messif.executor |
Support for automatic execution by reflection.
|
messif.network |
Message-based networking support.
|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Class and Description |
---|
Executable
This class represents an executable code.
|
MethodExecutor
This class is a generic framework for executing methods on a specified object.
|
MethodThread
This class allows the background method execution (i.e. in a new thread)
using the MethodExecutor interface.
|
SingleMethodExecutor
A single
Executable method. |
Class and Description |
---|
MethodClassExecutor
This class allows to execute a methods on a specified object.
|
MethodExecutor
This class is a generic framework for executing methods on a specified object.
|
Class and Description |
---|
MethodExecutor.ExecutableMethod
Annotation for methods that provide usage description.
|