@Deprecated
public class ScriptMachine
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ScriptMachine.ThreadedScriptMachine
Deprecated.
|
protected static class |
ScriptMachine.ZTest
Deprecated.
|
Constructor and Description |
---|
ScriptMachine(ScriptInstance function)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ScriptMachine |
newInstance(ScriptInstance script)
Deprecated.
|
void |
runScript(DefaultServerSetup setup,
Event event,
boolean logProcess)
Deprecated.
|
protected void |
runScriptImpl(DefaultServerSetup setup,
ConnectionSet connectionSet,
Event event,
java.io.PrintStream outPrintStream,
java.io.PrintStream errPrintStream)
Deprecated.
|
public ScriptMachine(ScriptInstance function)
public void runScript(DefaultServerSetup setup, Event event, boolean logProcess)
protected void runScriptImpl(DefaultServerSetup setup, ConnectionSet connectionSet, Event event, java.io.PrintStream outPrintStream, java.io.PrintStream errPrintStream) throws java.lang.Exception
java.lang.Exception
public static final ScriptMachine newInstance(ScriptInstance script)