Uses of Class
com.ca.jcs.opbindings.OpBindingMethodInfo

Packages that use OpBindingMethodInfo
com.ca.jcs.opbindings   
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
 

Uses of OpBindingMethodInfo in com.ca.jcs.opbindings
 

Methods in com.ca.jcs.opbindings that return types with arguments of type OpBindingMethodInfo
 List<OpBindingMethodInfo> OpBindingMethods.getInfos()
           
 Map<String,OpBindingMethodInfo> OpBindingMethods.getMethodNameToInfoMap()
           
 

Method parameters in com.ca.jcs.opbindings with type arguments of type OpBindingMethodInfo
 void OpBindingMethods.setInfos(List<OpBindingMethodInfo> infos)
           
 

Uses of OpBindingMethodInfo in com.ca.jcs.processor
 

Methods in com.ca.jcs.processor that return OpBindingMethodInfo
static OpBindingMethodInfo MetaOpBindingsProxyHandler.getOpBindingMethodInfo(String methodName)
           
 

Uses of OpBindingMethodInfo in com.ca.jcs.processor.script
 

Methods in com.ca.jcs.processor.script with parameters of type OpBindingMethodInfo
 Object ScriptStyleOpProxyHandler.invokeQueryWithPostTiming(Method method, OpBindingMethodInfo methodInfo, Object[] args, ObjectInfo objInfo, List<OpBindingType> bindings, List<String> argNames, Object ret)
          Execute one or more bindings with timing=POST after query operations, namely POST doLookUp/Assocs() and doSearch/Assocs() make sense.
 



Created 2011-07-14 13:27 EST