Uses of Interface
com.ca.jcs.cache.CachingConnector

Packages that use CachingConnector
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
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.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
com.ca.jcs.ora   
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 CachingConnector in com.ca.jcs
 

Subinterfaces of CachingConnector in com.ca.jcs
 interface Connector
          Root interface for connectors.
 

Classes in com.ca.jcs that implement CachingConnector
 class BaseConnector
          Represents an LDAP view onto an external remote managed endpoint system, whilst acting as an ApacheDS partition to which LDAP operations can be routed.
 

Uses of CachingConnector in com.ca.jcs.jdbc
 

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

Uses of CachingConnector in com.ca.jcs.jndi
 

Classes in com.ca.jcs.jndi that implement CachingConnector
 class JNDIMetaConnector
          Base class for connectors using the JNDI (Java Naming and Directory Interface) API to communicate with their target managed systems.
 

Uses of CachingConnector in com.ca.jcs.meta
 

Classes in com.ca.jcs.meta that implement CachingConnector
 class MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
 

Uses of CachingConnector in com.ca.jcs.ora
 

Classes in com.ca.jcs.ora that implement CachingConnector
 class ORAMetaConnector
           
 

Uses of CachingConnector in com.ca.jcs.sdk
 

Classes in com.ca.jcs.sdk that implement CachingConnector
 class SDKMetaConnector
          This sample connector uses flat files as its target managed endpoint system.
 

Uses of CachingConnector in com.ca.jcs.sdkws
 

Classes in com.ca.jcs.sdkws that implement CachingConnector
 class SDKWSMetaConnector
          The connector implementation for creating a Web Services connector.
 

Uses of CachingConnector in com.ca.jcs.stub
 

Classes in com.ca.jcs.stub that implement CachingConnector
 class StubMetaConnector
          Stub metaconnector useful in method-style and scripting-style opbindings demonstrations.
 



Created 2011-07-14 13:27 EST