Package org.apache.axis2.scripting
Class ScriptInvoker
java.lang.Object
org.apache.axis2.scripting.ScriptInvoker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.bsf.BSFEngineprotected intprotected longprotected longprotected File -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected StringReads the complete script source code into a String
-
Field Details
-
scriptFile
-
lastModified
protected long lastModified -
lastCheckTime
protected long lastCheckTime -
hotUpdateInterval
protected int hotUpdateInterval -
engine
protected org.apache.bsf.BSFEngine engine
-
-
Constructor Details
-
ScriptInvoker
-
-
Method Details
-
invoke
-
checkUpdate
protected void checkUpdate() -
initEngine
protected void initEngine() -
readScript
Reads the complete script source code into a String
-