[jboss-cvs] JBossAS SVN: r65408 - trunk/cluster/src/main/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 14 17:40:09 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-14 17:40:09 -0400 (Fri, 14 Sep 2007)
New Revision: 65408

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionConfig.java
Log:
Don't inject DS via the config object

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionConfig.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionConfig.java	2007-09-14 21:36:38 UTC (rev 65407)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionConfig.java	2007-09-14 21:40:09 UTC (rev 65408)
@@ -25,7 +25,6 @@
 
 import org.jboss.cache.Cache;
 import org.jboss.cache.config.Configuration;
-import org.jboss.ha.framework.interfaces.DistributedState;
 import org.jboss.system.server.ServerConfigUtil;
 import org.jgroups.ChannelFactory;
 
@@ -44,7 +43,6 @@
 
    private   Cache cache;
    private   ChannelFactory multiplexer;
-   private   DistributedState distributedState;
    private   String stackName;
    private   String partitionName = ServerConfigUtil.getDefaultPartitionName();
    private   boolean deadlock_detection = false;
@@ -185,14 +183,4 @@
    {
       this.namingServicePort = namingServicePort;
    }
-
-   public DistributedState getDistributedState()
-   {
-      return distributedState;
-   }
-
-   public void setDistributedState(DistributedState distributedState)
-   {
-      this.distributedState = distributedState;
-   }
 }




More information about the jboss-cvs-commits mailing list