public interface ExecutionStrategyFactory
| Modifier and Type | Method and Description |
|---|---|
ExecutionStrategy |
create(java.lang.Class<?> clazz)
Creates an
ExecutionStrategy for the specified Class. |
ExecutionStrategy create(java.lang.Class<?> clazz) throws javax.script.ScriptException
ExecutionStrategy for the specified Class.clazz - the ClassExecutionStrategyjavax.script.ScriptException - if the ExecutionStrategy could not be created