Uses of Interface
com.ca.jcs.processor.MethodStyleOpProxyHandler.AttributeHandler

Packages that use MethodStyleOpProxyHandler.AttributeHandler
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. 
 

Uses of MethodStyleOpProxyHandler.AttributeHandler in com.ca.jcs.processor
 

Classes in com.ca.jcs.processor that implement MethodStyleOpProxyHandler.AttributeHandler
static class MethodStyleOpProxyHandler.AddOpAttributeHandler
           
static class MethodStyleOpProxyHandler.ModifyOpAttributeHandler
           
static class MethodStyleOpProxyHandler.SimpleOpAttributeHandler
           
 

Methods in com.ca.jcs.processor with parameters of type MethodStyleOpProxyHandler.AttributeHandler
 String MethodStyleOpProxyHandler.invokeUpdateWithTiming(Operation op, Object[] args, ObjectInfo objInfo, AttributesProxy currAttrs, Timing timing, OpBindingType binding, Map<String,Integer> argPosMap, MethodStyleOpProxyHandler.AttributeHandler attrHandler)
           
 



Created 2011-07-14 13:27 EST