Uses of Package
com.ca.jcs.processor.script

Packages that use com.ca.jcs.processor.script
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
com.ca.jcs.jdbc   
com.ca.jcs.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
com.ca.jcs.processor Contains components implementing processing of LDAP operations like add() / modify() search etc, where three styles are supported: attribute-style, method-style and script-style. 
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
com.ca.jcs.processor.script.rhino   
 

Classes in com.ca.jcs.processor.script used by com.ca.jcs
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.
 

Classes in com.ca.jcs.processor.script used by com.ca.jcs.jdbc
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.
 

Classes in com.ca.jcs.processor.script used by com.ca.jcs.meta
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.
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.
 

Classes in com.ca.jcs.processor.script used by com.ca.jcs.processor
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.
 

Classes in com.ca.jcs.processor.script used by com.ca.jcs.processor.script
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.
 

Classes in com.ca.jcs.processor.script used by com.ca.jcs.processor.script.rhino
ScriptPoolFactory.ExceptionUnwrapper
          Provide for plug-ins that know how to unwrap exceptions (e.g.
 



Created 2011-07-14 13:27 EST