Uses of Interface
org.apache.directory.server.core.schema.bootstrap.ProducerCallback

Packages that use ProducerCallback
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of ProducerCallback in org.apache.directory.server.core.schema.bootstrap
 

Methods in org.apache.directory.server.core.schema.bootstrap with parameters of type ProducerCallback
 void ApacheMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void InetorgpersonNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisSyntaxCheckerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void ApacheComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void InetorgpersonComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void InetorgpersonMatchingRuleProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void ApacheNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void BootstrapProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
          Produces schema objects announcing each one after creation via the callback before continuing on to create more objects.
 void NisSyntaxProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemSyntaxCheckerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisNormalizerProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void NisComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemComparatorProducer.produce(BootstrapRegistries registries, ProducerCallback cb)
           
 void SystemSyntaxProducer.produce(BootstrapRegistries registries, ProducerCallback cb)