Uses of Interface
org.apache.directory.server.core.jndi.ServerDirStateFactory

Packages that use ServerDirStateFactory
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of ServerDirStateFactory in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema that return ServerDirStateFactory
 ServerDirStateFactory StateFactoryRegistry.getStateFactories(java.lang.Object obj)
          Gets the list of StateFactories associated with a class.
 

Methods in org.apache.directory.server.core.schema with parameters of type ServerDirStateFactory
 void StateFactoryRegistry.register(ServerDirStateFactory factory)
          Registers a server-side state factory with this registry.
 

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

Methods in org.apache.directory.server.core.schema.bootstrap that return ServerDirStateFactory
 ServerDirStateFactory BootstrapStateFactoryRegistry.getStateFactories(java.lang.Object obj)
           
 

Methods in org.apache.directory.server.core.schema.bootstrap with parameters of type ServerDirStateFactory
 void BootstrapStateFactoryRegistry.register(ServerDirStateFactory factory)
           
 



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