Uses of Package
com.ca.jcs.cache

Packages that use com.ca.jcs.cache
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.cache Contains experimental caching support, of particular interest for hierarchical connectors and those making use of the connectorMapToAmbiguous= metadata property as can reduce need to query the endpoint to determine which connector-speak Distinguished Names (DNs) match a given LDAP DN. 
com.ca.jcs.cfg Collection of classes used to configure the JCS and its contained components. 
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. 
 

Classes in com.ca.jcs.cache used by com.ca.jcs
CacheableStatus
          Statement of what should be cached for an object, if anything.
CacheManager
          Simple wrapper around pluggable caching solution.
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.cache
CacheableStatus
          Statement of what should be cached for an object, if anything.
CachedLdapDN
          Marker class used so that DNs taken from the cache (which may occasionally be stale, can be distinguished from those looked up directly from the native system.
CachedObjectInfo
          Information that is cached for each LDAP DN, where configured (usually for objects containing one or more ambiguous naming attributes in their DNs).
CacheManager
          Simple wrapper around pluggable caching solution.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.cfg
CacheManager
          Simple wrapper around pluggable caching solution.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.jdbc
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.jndi
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.meta
CacheableStatus
          Statement of what should be cached for an object, if anything.
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.ora
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.sdk
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.sdkws
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 

Classes in com.ca.jcs.cache used by com.ca.jcs.stub
CachingConnector
          Methods implemented by a connector that are capable of caching some of their child objects.
 



Created 2011-07-14 13:27 EST