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


public interface ProducerCallback

A BootstrapProducer's callback used to announce object creation.

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

Method Summary
 void schemaObjectProduced(BootstrapProducer producer, java.lang.String registryKey, java.lang.Object schemaObject)
          Called to announce the creation of a new schema object by a producer.
 

Method Detail

schemaObjectProduced

void schemaObjectProduced(BootstrapProducer producer,
                          java.lang.String registryKey,
                          java.lang.Object schemaObject)
                          throws javax.naming.NamingException
Called to announce the creation of a new schema object by a producer.

Parameters:
producer - the producer which created the object
registryKey - used to uniquely identify the object in registries
schemaObject - the object that was created by the producer
Throws:
javax.naming.NamingException - if there are problems registering these objects with bootstrap registries


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.