Uses of Class
com.ca.jcs.processor.ProxyChainEntry

Packages that use ProxyChainEntry
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 ProxyChainEntry in com.ca.jcs.processor
 

Methods in com.ca.jcs.processor that return ProxyChainEntry
static ProxyChainEntry ConnectorProcessorProxyHandler.createAttributeStyleOpProcessorProxy(Class<? extends ConnectorProcessorProxyHandler> proxyClass, Connector conn, AttributeStyleOpProcessor proc)
          Helper method that wraps the OpProcessor for the provided connector in an instance of the provided proxy class.
 

Methods in com.ca.jcs.processor that return types with arguments of type ProxyChainEntry
 List<ProxyChainEntry> AttributeStyleOpProcessorChain.getChain()
           
 

Methods in com.ca.jcs.processor with parameters of type ProxyChainEntry
 void AttributeStyleOpProcessorChain.addEntry(ProxyChainEntry entry)
           
 



Created 2011-07-14 13:27 EST