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. |
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 objectregistryKey
- used to uniquely identify the object in registriesschemaObject
- the object that was created by the producer
- Throws:
javax.naming.NamingException
- if there are problems registering these objects
with bootstrap registries
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.