Uses of Class
com.ca.jcs.jndi.JNDIAttributeStyleOpProcessor

Packages that use JNDIAttributeStyleOpProcessor
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
 

Uses of JNDIAttributeStyleOpProcessor in com.ca.jcs.jndi
 

Methods in com.ca.jcs.jndi that return JNDIAttributeStyleOpProcessor
 JNDIAttributeStyleOpProcessor JNDIMetaConnector.getRealAttrProcessor()
          Needed so we can hang on to the real processor (ignoring any Java proxies that might be interposed around it) as proxies can't be coerced to a concrete implementation class like JNDIAttributeStyleOpProcessor.
 

Methods in com.ca.jcs.jndi with parameters of type JNDIAttributeStyleOpProcessor
protected  void JNDIMetaConnector.setRealAttrProcessor(JNDIAttributeStyleOpProcessor realAttrProcessor)
           
 



Created 2011-07-14 13:27 EST