messif.executor
Interface Executable
- All Known Implementing Classes:
- MethodThread, SingleMethodExecutor
public interface Executable
This class represents an executable code.
It is mainly intended to be used in execution using MethodExecutor
.
- See Also:
MethodExecutor
,
SingleMethodExecutor
Method Summary |
void |
execute()
Execute the executable code represented by this class. |
execute
void execute()
throws java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException
- Execute the executable code represented by this class.
- Throws:
java.lang.NoSuchMethodException
- if there is no code to execute
java.lang.reflect.InvocationTargetException
- if there was an exception during executing the code