Uses of Interface
com.ca.jcs.assoc.AssocDirectAttributeOpProcessor

Packages that use AssocDirectAttributeOpProcessor
com.ca.jcs.assoc Collection of classes/interfaces concerned with the representation and processing of associations between objects. 
com.ca.jcs.jdbc   
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
com.ca.jcs.ora   
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.sdk This package contains a worked example demonstrating all core elements involved in implementation of a JCS hosted connector, such as: example supporting metadata and configuration files. 
com.ca.jcs.sdkws This package contains an example that demonstrates the implementation of a web service JCS hosted connector. 
com.ca.jcs.stub This package contains support for stub connector classes needed for connectors implemented entirely using scripting. 
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.assoc
 

Classes in com.ca.jcs.assoc that implement AssocDirectAttributeOpProcessor
 class DefaultAssocAttributeOpProcessor
          Default implementation handling reverse direct association logic for classes which need to deal with both direct and indirect associations, use DefaultAssocDirectAttributeOpProcessor instead if only direct associations need to be dealt with.
 class DefaultAssocDirectAttributeOpProcessor
          Default implementation of "direct" associations, where the associative link between an object and another is stored directly in one of their attributes.
 class NestedAssocDirectAttributeOpProcessor
          A reverse association processor supporting nested associations where defining end of the association (class) can be nested.
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.jdbc
 

Classes in com.ca.jcs.jdbc that implement AssocDirectAttributeOpProcessor
 class JDBCAttributeStyleOpProcessor
          A dynamic JDBC connector driven by metadata which specifies all mapping information for Account, Group and Connection (Endpoint) classes.
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.jndi
 

Classes in com.ca.jcs.jndi that implement AssocDirectAttributeOpProcessor
 class JNDIAttributeStyleOpProcessor
          Handles actual delegation of JNDI operations to remote managed system, attribute name mapping and any other registered conversions have been applied.
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.ora
 

Classes in com.ca.jcs.ora that implement AssocDirectAttributeOpProcessor
 class ORAAttributeStyleOpProcessor
          An oracle connector driven by metadata which specifies all mapping for account, packages, procedures, profiles, roles.
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.processor
 

Classes in com.ca.jcs.processor that implement AssocDirectAttributeOpProcessor
 class AbstractAttributeStyleOpProcessorAssocDirect
          Base class for attribute-style processors which implement direct associations.
 

Fields in com.ca.jcs.processor declared as AssocDirectAttributeOpProcessor
protected  AssocDirectAttributeOpProcessor AbstractAttributeStyleOpProcessorAssocDirect.proxiedAssocSelf
          Set to "this" unless OpBindings are active in which case assigned to an OpBindings aware proxy.
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.sdk
 

Classes in com.ca.jcs.sdk that implement AssocDirectAttributeOpProcessor
 class SDKAttributeStyleOpProcessor
          Implements the mapping of LDAP account/group attributes onto local flat or hierarchical files, and back again when querying.
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.sdkws
 

Classes in com.ca.jcs.sdkws that implement AssocDirectAttributeOpProcessor
 class SDKWSAttributeStyleOpProcessor
          SDK Web service connector.
 

Uses of AssocDirectAttributeOpProcessor in com.ca.jcs.stub
 

Classes in com.ca.jcs.stub that implement AssocDirectAttributeOpProcessor
 class StubDirectAssocAttributeStyleOpProcessor
          This stub attribute-style processor comes in useful when writing 100% method-style or scripting-style connectors, as opbindings can only be triggered by interposing them in front of an AttributeStyleOpProcessor.
 



Created 2011-07-14 13:27 EST