Uses of Package
com.ca.jcs.meta

Packages that use com.ca.jcs.meta
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.assoc Collection of classes/interfaces concerned with the representation and processing of associations between objects. 
com.ca.jcs.cfg Collection of classes used to configure the JCS and its contained components. 
com.ca.jcs.converter.connector   
com.ca.jcs.converter.eval   
com.ca.jcs.converter.meta   
com.ca.jcs.filter Contains components useful for representing, analysing and converting LDAP filters passed to search operations. 
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.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.processor.script This package contains support for the execution of scripting logic, either to implement a full connector or to customize the behaviour of an existing connector using OpBindings
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. 
com.ca.jcs.util This package is used to group useful generic framework utilities not strongly tied to a particular functional area. 
com.ca.jcs.validator.eval   
com.ca.jcs.validator.meta   
 

Classes in com.ca.jcs.meta used by com.ca.jcs
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
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).
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.assoc
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
MetaObjectClassMappings
          Container for internalised information derived from the DataModel stored with a MetaConnectorType.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.cfg
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.converter.connector
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
MetaObjectClassMappings
          Container for internalised information derived from the DataModel stored with a MetaConnectorType.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.converter.eval
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
MetaObjectClassMappings
          Container for internalised information derived from the DataModel stored with a MetaConnectorType.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.converter.meta
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.filter
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaConnector.FilterAware
          Identifies filter awareness levels of a given connector
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
MetaObjectClassMappings
          Container for internalised information derived from the DataModel stored with a MetaConnectorType.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.jdbc
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaConnector.FilterAware
          Identifies filter awareness levels of a given connector
MetaConnectorConfig
          Common configuration for connectors configured via metadata - adds optional support for specification of VirtualContainerConfigs used to create virtual containers around object types in otherwise non-hierarchical connectors.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
MetaObjectClassMappings
          Container for internalised information derived from the DataModel stored with a MetaConnectorType.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.jndi
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaConnector.FilterAware
          Identifies filter awareness levels of a given connector
MetaConnectorConfig
          Common configuration for connectors configured via metadata - adds optional support for specification of VirtualContainerConfigs used to create virtual containers around object types in otherwise non-hierarchical connectors.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
MetaPoolingConnectorConfig
          Used to configure MetaConnectors that requiring pooling implementations based on Jakarta Commons Pool's GenericObjectPool which can be configured using the generic methods contained below.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.meta
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaConnector.FilterAware
          Identifies filter awareness levels of a given connector
MetaConnector.SearchFinishedException
           
MetaConnectorConfig
          Common configuration for connectors configured via metadata - adds optional support for specification of VirtualContainerConfigs used to create virtual containers around object types in otherwise non-hierarchical connectors.
MetaConnectorFactory
          Factory driven by metadata contained in attributes of ConnectorType objects (aka Endpoint Type, formerly Namespace).
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).
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
MetaObjectClassMappings
          Container for internalised information derived from the DataModel stored with a MetaConnectorType.
VirtualContainers
          Acts as a holder for any virtual (ie they have no representation on the target managed system) containers that are registered with a MetaConnector, providing fast lookups for them via various keys etc.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.ora
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMappings
          Container for internalised information derived from the DataModel stored with a MetaConnectorType.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.processor
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.processor.script
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.sdk
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaConnector.FilterAware
          Identifies filter awareness levels of a given connector
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.sdkws
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaConnectorConfig
          Common configuration for connectors configured via metadata - adds optional support for specification of VirtualContainerConfigs used to create virtual containers around object types in otherwise non-hierarchical connectors.
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).
MetaPoolingConnectorConfig
          Used to configure MetaConnectors that requiring pooling implementations based on Jakarta Commons Pool's GenericObjectPool which can be configured using the generic methods contained below.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.stub
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaConnectorConfig
          Common configuration for connectors configured via metadata - adds optional support for specification of VirtualContainerConfigs used to create virtual containers around object types in otherwise non-hierarchical connectors.
MetaPoolingConnectorConfig
          Used to configure MetaConnectors that requiring pooling implementations based on Jakarta Commons Pool's GenericObjectPool which can be configured using the generic methods contained below.
 

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

Classes in com.ca.jcs.meta used by com.ca.jcs.validator.eval
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 

Classes in com.ca.jcs.meta used by com.ca.jcs.validator.meta
MetaConnector
          A connector which is configured via metadata, encompassing both flat (eg SDK, JDBC connector) and hierarchical (eg JNDI, LDA connector) varieties.
MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 



Created 2011-07-14 13:27 EST