|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptEvaluationException | |
---|---|
com.ibm.itim.script | Contains the basic script extensions provided by ITIM. |
Uses of ScriptEvaluationException in com.ibm.itim.script |
---|
Subclasses of ScriptEvaluationException in com.ibm.itim.script | |
---|---|
class |
ScriptEvaluationRetryException
Represents an exception thrown from the script interpreter due to Directory Server communication error. |
Methods in com.ibm.itim.script that throw ScriptEvaluationException | |
---|---|
java.lang.Object |
ScriptContextDAO.addContextItem(java.lang.Object obj)
Add a context item into the scripting environment. |
java.lang.Object |
GlobalFunction.call(java.lang.Object[] parameters)
This method will be called when the global function is called from a script. |
java.lang.Object |
ScriptEvaluator.evaluate(java.lang.String expr)
Evaluates an expression. |
java.lang.Object |
ScriptEvaluator.evaluate(java.lang.String expr,
java.lang.String lang)
This method is for testing to call a specific scripting engine; Host components should call evaluate(String) instead. |
void |
ScriptEvaluator.execute(java.lang.Object script)
Execute the script object. |
java.lang.Object |
ScriptContextDAO.updateContextItem(java.lang.String name,
java.lang.Object obj)
Update or set a current context item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |