Uses of Interface
org.apache.ldap.server.schema.ComparatorRegistry

Packages that use ComparatorRegistry
org.apache.ldap.server.schema   
org.apache.ldap.server.schema.bootstrap   
 

Uses of ComparatorRegistry in org.apache.ldap.server.schema
 

Classes in org.apache.ldap.server.schema that implement ComparatorRegistry
 class GlobalComparatorRegistry
          A simple POJO implementation of the ComparatorRegistry service interface.
 

Methods in org.apache.ldap.server.schema that return ComparatorRegistry
 ComparatorRegistry Registries.getComparatorRegistry()
           
 ComparatorRegistry GlobalRegistries.getComparatorRegistry()
           
 

Methods in org.apache.ldap.server.schema with parameters of type ComparatorRegistry
static void SerializableComparator.setRegistry(ComparatorRegistry registry)
          Sets the global Comparator registry for comparator lookups.
 

Uses of ComparatorRegistry in org.apache.ldap.server.schema.bootstrap
 

Classes in org.apache.ldap.server.schema.bootstrap that implement ComparatorRegistry
 class BootstrapComparatorRegistry
          A simple POJO implementation of the ComparatorRegistry service interface.
 

Methods in org.apache.ldap.server.schema.bootstrap that return ComparatorRegistry
 ComparatorRegistry BootstrapRegistries.getComparatorRegistry()
           
 



Copyright © 2002-2005 . All Rights Reserved.