Uses of Class
messif.executor.MethodExecutor

Packages that use MethodExecutor
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. 
 

Uses of MethodExecutor in messif.executor
 

Subclasses of MethodExecutor in messif.executor
 class MethodClassExecutor
          This class allows to execute a methods on a specified object.
 class MethodNameExecutor
          This class allows to execute a methods on a specified object.
 

Fields in messif.executor declared as MethodExecutor
protected  MethodExecutor MethodThreadList.methodExecutor
          MethodExecutor object that is bound to this
 

Constructors in messif.executor with parameters of type MethodExecutor
MethodThreadList(MethodExecutor methodExecutor)
          Create a new instance of MethodThreadList.
 

Uses of MethodExecutor in messif.utility
 

Fields in messif.utility declared as MethodExecutor
protected  MethodExecutor CoreApplication.methodExecutor
          Internal list of methods that can be executed