com.ca.jcs.cfg
Class ImplBundleSchemaLoader

java.lang.Object
  extended by com.ca.jcs.cfg.ImplBundleSchemaLoader
All Implemented Interfaces:
SchemaLoader

public class ImplBundleSchemaLoader
extends Object
implements SchemaLoader

Reads any connector specific OpenLDAP .schema files specified in any registered implementation bundles, where a PartitionLoaderService interceptor has been registered (and uses a MetaConnectorFactory) in the DirectoryService's StartupConfiguration.


Constructor Summary
ImplBundleSchemaLoader()
           
 
Method Summary
 Collection loadSchemas(StartupConfiguration startupConfiguration, Registries registries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplBundleSchemaLoader

public ImplBundleSchemaLoader()
Method Detail

loadSchemas

public Collection loadSchemas(StartupConfiguration startupConfiguration,
                              Registries registries)
Specified by:
loadSchemas in interface SchemaLoader


Created 2011-07-14 13:27 EST