public abstract class BaseScript
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap |
bindings |
protected Script |
callingScript |
protected ConnectionInfo |
connectionInfo |
protected java.lang.String |
LOGHEADER |
Constructor and Description |
---|
BaseScript() |
Modifier and Type | Method and Description |
---|---|
protected ConnectionInfo |
getConnectionInfo() |
static BaseScript |
getInstance(java.lang.Class theclass,
Script callingScript) |
static BaseScript |
getInstance(java.lang.String classname,
Script callingScript) |
protected void |
setContext(java.util.HashMap bindings) |
protected java.lang.String LOGHEADER
protected Script callingScript
protected java.util.HashMap bindings
protected ConnectionInfo connectionInfo
public static BaseScript getInstance(java.lang.Class theclass, Script callingScript) throws SapphireException
SapphireException
public static BaseScript getInstance(java.lang.String classname, Script callingScript) throws SapphireException
SapphireException
protected void setContext(java.util.HashMap bindings)
protected ConnectionInfo getConnectionInfo()