| Interface | Description |
|---|---|
| ExecutionStrategy |
The strategy used to execute a method on an object instance.
|
| ExecutionStrategyFactory |
The factory for the execution strategy used to execute a method of a class instance.
|
| Class | Description |
|---|---|
| DefaultExecutionStrategy |
The default
ExecutionStrategy implementation. |
| MethodExecutionStrategy |
The
ExecutionStrategy that executes a specific method. |