You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/06/16 18:29:53 UTC

svn commit: r190950 - /directory/apacheds/trunk/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java

Author: akarasulu
Date: Thu Jun 16 09:29:53 2005
New Revision: 190950

URL: http://svn.apache.org/viewcvs?rev=190950&view=rev
Log:
checking in changes for rename of ctx factory ctx=>config

Modified:
    directory/apacheds/trunk/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java

Modified: directory/apacheds/trunk/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java?rev=190950&r1=190949&r2=190950&view=diff
==============================================================================
--- directory/apacheds/trunk/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java (original)
+++ directory/apacheds/trunk/main/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java Thu Jun 16 09:29:53 2005
@@ -62,7 +62,7 @@
     // Members
     // ------------------------------------------------------------------------
 
-    protected void afterShutdown( ContextFactoryContext ctx )
+    protected void afterShutdown( ContextFactoryConfiguration ctx )
     {
         if ( minaRegistry != null )
         {
@@ -80,7 +80,7 @@
         }
     }
     
-    protected void afterStartup( ContextFactoryContext ctx ) throws NamingException
+    protected void afterStartup( ContextFactoryConfiguration ctx ) throws NamingException
     {
         ServerStartupConfiguration cfg =
             ( ServerStartupConfiguration ) ctx.getConfiguration();