Uses of Interface
org.apache.ldap.server.jndi.ServerDirStateFactory

Packages that use ServerDirStateFactory
org.apache.ldap.server.schema   
org.apache.ldap.server.schema.bootstrap   
 

Uses of ServerDirStateFactory in org.apache.ldap.server.schema
 

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

Methods in org.apache.ldap.server.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.ldap.server.schema.bootstrap
 

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

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



Copyright © 2002-2005 . All Rights Reserved.