Package com.ca.jcs.processor.script

This package contains support for the execution of scripting logic, either to implement a full connector or to customize the behaviour of an existing connector using OpBindings.

See:
          Description

Interface Summary
ScriptPoolFactory.ExceptionUnwrapper Provide for plug-ins that know how to unwrap exceptions (e.g.
ScriptStyleOpProcessor Interface very closely related to OpProcessor except that its methods take native scripts targeting their host connector (eg SQL for JDBC) to be executed in order to carry out operations on their target managed objects.
 

Class Summary
ScriptExecutionThread Thread used to execute scripted search operations asynchronously.
ScriptInfo  
ScriptPool This class allows a pool of primed ScriptEngines to be maintained for maximum runtime efficiency, where a separate pool is maintained for each unique script's key.
ScriptPoolFactory Acts as the factory creating scripting engine instances based on the requested language, script and whether the script is going to be executed in its entirety or instead have functions defined within it called.
ScriptStyleOpProxyHandler Delegated to by MetaOpBindingsProxyHandler to take care of script-style op bindings.
 

Package com.ca.jcs.processor.script Description

This package contains support for the execution of scripting logic, either to implement a full connector or to customize the behaviour of an existing connector using OpBindings. Only JavaScript support has been implemented and tested at this stage.

$Id: package.html 47098 2010-01-22 01:36:37Z khaam03 $



Created 2011-07-14 13:27 EST