Uses of Package
com.ca.jcs.enumeration

Packages that use com.ca.jcs.enumeration
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.enumeration The package contains abstract and concrete classes to assist in writing NamingEnumeration classes, which are useful when implementing search logic for a connector. 
com.ca.jcs.filter Contains components useful for representing, analysing and converting LDAP filters passed to search operations. 
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.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.sdkws.forwardinc This package contains the classes for interacting with the sample (Forward Inc) web service endpoint that is shipped with the SDKWS connector. 
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs
AppendingNamingEnumeration
          An enumeration that can step through the elements of a collection or sequentially through a list of child enumerations (ie logically appending them).
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.assoc
AbsoluteQueryResultNamingEnumeration
          Handle some basic normalising of SearchResult returned by LDAP search requests, in particular converting relative names and LDAP URLs to absolute names.
LookAheadRawNamingEnumeration
          Provides base class to be used in situations where the next enumeration result needs to pre-cached, usually because not all results are suitable to return to the client so that they need to be read and analyzed before deciding if they should be skipped.
ProcessingNamingEnumeration
          A base class for enumerations which want to process entries while stepping through them, allowing for entries to be skipped when ProcessingNamingEnumeration.processNext(SearchResult) returns false.
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.enumeration
LookAheadRawNamingEnumeration
          Provides base class to be used in situations where the next enumeration result needs to pre-cached, usually because not all results are suitable to return to the client so that they need to be read and analyzed before deciding if they should be skipped.
ProcessingNamingEnumeration
          A base class for enumerations which want to process entries while stepping through them, allowing for entries to be skipped when ProcessingNamingEnumeration.processNext(SearchResult) returns false.
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.filter
LookAheadRawNamingEnumeration
          Provides base class to be used in situations where the next enumeration result needs to pre-cached, usually because not all results are suitable to return to the client so that they need to be read and analyzed before deciding if they should be skipped.
ProcessingNamingEnumeration
          A base class for enumerations which want to process entries while stepping through them, allowing for entries to be skipped when ProcessingNamingEnumeration.processNext(SearchResult) returns false.
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.jndi
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.meta
AbsoluteQueryResultNamingEnumeration
          Handle some basic normalising of SearchResult returned by LDAP search requests, in particular converting relative names and LDAP URLs to absolute names.
LookAheadRawNamingEnumeration
          Provides base class to be used in situations where the next enumeration result needs to pre-cached, usually because not all results are suitable to return to the client so that they need to be read and analyzed before deciding if they should be skipped.
ProcessingNamingEnumeration
          A base class for enumerations which want to process entries while stepping through them, allowing for entries to be skipped when ProcessingNamingEnumeration.processNext(SearchResult) returns false.
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.sdk
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.sdkws
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 

Classes in com.ca.jcs.enumeration used by com.ca.jcs.sdkws.forwardinc
RawNamingEnumeration
          A NamingEnumeration which counts the number of returned objects, and which enforces any optionally provided time / size limits.
 



Created 2011-07-14 13:27 EST