Uses of Interface
com.ca.jcs.PartitionOps

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

Classes in com.ca.jcs that implement PartitionOps
 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.
 class ConnectorType
          A ConnectorType (aka Endpoint Type) configured by metadata, which acts as parent in the DIT for its contained Connector instances.
 

Uses of PartitionOps in com.ca.jcs.jdbc
 

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

Uses of PartitionOps in com.ca.jcs.jndi
 

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

Uses of PartitionOps in com.ca.jcs.meta
 

Classes in com.ca.jcs.meta that implement PartitionOps
 class MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
 class MetaConnectorType
          A ConnectorType (aka Endpoint Type, formerly Namespace) configured by metadata, which: acts as parent for its contained MetaConnector instances acts a collection point for the metadata information which all child connectors all share (both DataModel flavour used by attribute-style processors and OpBindings flavour used for method/script style processors).
 

Uses of PartitionOps in com.ca.jcs.ora
 

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

Uses of PartitionOps in com.ca.jcs.sdk
 

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

Uses of PartitionOps in com.ca.jcs.sdkws
 

Classes in com.ca.jcs.sdkws that implement PartitionOps
 class SDKWSMetaConnector
          The connector implementation for creating a Web Services connector.
 class SDKWSMetaConnectorType
          The WS Connector Type class for specializing activation.
 

Uses of PartitionOps in com.ca.jcs.stub
 

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



Created 2011-07-14 13:27 EST