org.apache.directory.server.core.schema.bootstrap
Class ApacheMatchingRuleProducer

java.lang.Object
  extended byorg.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer
      extended byorg.apache.directory.server.core.schema.bootstrap.ApacheMatchingRuleProducer
All Implemented Interfaces:
BootstrapProducer

public class ApacheMatchingRuleProducer
extends AbstractBootstrapProducer

A producer of MatchingRule objects for the eve schema.

Version:
$Rev: 434579 $
Author:
Apache Directory Project

Nested Class Summary
 
Nested classes inherited from class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer
AbstractBootstrapProducer.BootstrapAttributeType, AbstractBootstrapProducer.BootstrapMatchingRule, AbstractBootstrapProducer.BootstrapObjectClass, AbstractBootstrapProducer.BootstrapSyntax
 
Field Summary
 
Fields inherited from class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer
EMPTY
 
Constructor Summary
ApacheMatchingRuleProducer()
           
 
Method Summary
 void produce(BootstrapRegistries registries, ProducerCallback cb)
          Produces schema objects announcing each one after creation via the callback before continuing on to create more objects.
 
Methods inherited from class org.apache.directory.server.core.schema.bootstrap.AbstractBootstrapProducer
getType, newAttributeType, newObjectClass, newSyntax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheMatchingRuleProducer

public ApacheMatchingRuleProducer()
Method Detail

produce

public void produce(BootstrapRegistries registries,
                    ProducerCallback cb)
             throws javax.naming.NamingException
Description copied from interface: BootstrapProducer
Produces schema objects announcing each one after creation via the callback before continuing on to create more objects.

Parameters:
registries - the registry set used by this producer
cb - the producer's callback
Throws:
javax.naming.NamingException - callbacks often operate upon registries and can throw these exceptions so we must throw this as well since implementations will have to call the callback methods
See Also:
BootstrapProducer.produce(BootstrapRegistries, org.apache.directory.server.core.schema.bootstrap.ProducerCallback)