Package messif.executor

Support for automatic execution by reflection.

See:
          Description

Interface Summary
Executable This class represents an executable code.
 

Class Summary
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.
MethodNameExecutor This class allows to execute a methods on a specified object.
MethodThread This class allows the background method execution (i.e. in a new thread) using the MethodExecutor interface.
MethodThreadList This is a wrapper for the MethodExecutor object, which automatically remembers all the method threads that were executed on background.
SingleMethodExecutor A single Executable method.
 

Annotation Types Summary
MethodExecutor.ExecutableMethod Annotation for methods that provide usage description.
 

Package messif.executor Description

Support for automatic execution by reflection.