Author: akarasulu
Date: Thu Sep 30 23:55:25 2004
New Revision: 47636

Added:
   
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/RootNexus.java
      - copied, changed from rev 47635, 
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/PartitionNexusImpl.java
Removed:
   
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/PartitionNexusImpl.java
Log:
Decided to rename this thing because of the reasons in the following JIRA
improvement which can introduce other types of nexi (is that plaural for nexus).


Copied: 
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/RootNexus.java
 (from rev 47635, 
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/PartitionNexusImpl.java)
==============================================================================
--- 
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/PartitionNexusImpl.java
  (original)
+++ 
incubator/directory/eve/trunk/backend/core/src/java/org/apache/eve/RootNexus.java
   Thu Sep 30 23:55:25 2004
@@ -39,10 +39,10 @@
  * @author <a href="mailto:[EMAIL PROTECTED]">Apache Directory Project</a>
  * @version $Rev$
  */
-public class PartitionNexusImpl implements PartitionNexus
+public class RootNexus implements PartitionNexus
 {
     /** Handle on the singleton instance of this class within the entire JVM. 
*/
-    private static PartitionNexusImpl s_singleton = null;
+    private static RootNexus s_singleton = null;
     
     /** the system backend */
     private ContextPartition system;
@@ -54,7 +54,7 @@
      * Default constructor that checks to make sure that there is only one
      * instance of this class within the entire JVM.
      */
-    public PartitionNexusImpl( ContextPartition system )
+    public RootNexus( ContextPartition system )
     {
         if ( null != s_singleton )
         {

Reply via email to