public class ContextualizedScriptRT extends ScriptRT
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
FUNCTIONS |
private org.apache.commons.logging.Log |
LOG |
private static java.lang.String |
SCRIPT_FUNCTION_PATH |
private static java.lang.String |
SCRIPT_PREFIX |
private static java.lang.String |
SCRIPT_SUFFIX |
| Constructor and Description |
|---|
ContextualizedScriptRT(ContextualizedScriptVO vo) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
static void |
setScriptFunctionPath(java.lang.String path) |
getId, getName, getScript, initialize, joinTermination, terminateprivate static final java.lang.String SCRIPT_PREFIX
private static final java.lang.String SCRIPT_SUFFIX
private org.apache.commons.logging.Log LOG
private static java.lang.String SCRIPT_FUNCTION_PATH
private static java.lang.String FUNCTIONS
public ContextualizedScriptRT(ContextualizedScriptVO vo)