Uses of Package
messif.executor

Packages that use messif.executor
messif.executor Support for automatic execution by reflection. 
messif.utility Various utilities that does not fit anywhere else including a main class for executing batch files. 
 

Classes in messif.executor used by messif.executor
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.
 

Classes in messif.executor used by messif.utility
MethodExecutor
          This class is a generic framework for executing methods on a specified object.
MethodExecutor.ExecutableMethod
          Annotation for methods that provide usage description.