Package com.ca.jcs.meta

Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing.

See:
          Description

Class Summary
MapSearchResultsFromConnectorEnum Enumeration that converts search results returned by a connector from connector-speak into LDAP-speak.
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.
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).
MetaDataUtil Deprecated. Use MetaDataDefs and DataModelUtil directly instead of using this class.
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.
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.
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.
 

Enum Summary
MetaConnector.FilterAware Identifies filter awareness levels of a given connector
 

Exception Summary
MetaConnector.SearchFinishedException  
 

Package com.ca.jcs.meta Description

Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing.

$Id: package.html 47098 2010-01-22 01:36:37Z khaam03 $



Created 2011-07-14 13:27 EST