Uses of Class
com.ca.jcs.ObjectClassMapping

Packages that use ObjectClassMapping
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.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
 

Uses of ObjectClassMapping in com.ca.jcs
 

Methods in com.ca.jcs that return ObjectClassMapping
protected abstract  ObjectClassMapping ConnectorType.createObjectClassMapping(Object objClassInfo)
          Factory method allowing derived classes to cache extra information if they need to.
 

Uses of ObjectClassMapping in com.ca.jcs.assoc
 

Methods in com.ca.jcs.assoc with parameters of type ObjectClassMapping
 boolean Association.isFromAssociation(ObjectClassMapping classMap)
           
 boolean Association.isToAssociation(ObjectClassMapping classMap)
           
 

Uses of ObjectClassMapping in com.ca.jcs.meta
 

Subclasses of ObjectClassMapping in com.ca.jcs.meta
 class MetaObjectClassMapping
          Mapping based on values read from a metadata file, where important attributes are extracted and cached for efficiency.
 

Methods in com.ca.jcs.meta that return ObjectClassMapping
protected  ObjectClassMapping MetaConnectorType.createObjectClassMapping(Object objClassInfo)
          Factory method allowing derived classes to cache extra information if they need to.
 



Created 2011-07-14 13:27 EST