[jboss-cvs] JBossAS SVN: r65404 - 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:35:06 EDT 2007


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

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java
Log:
Remove setter that shouldn't be JMX-exposed

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java	2007-09-14 21:23:11 UTC (rev 65403)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java	2007-09-14 21:35:06 UTC (rev 65404)
@@ -129,11 +129,6 @@
    /**
     * Access to the DistributedReplicantManager implementation
     */
-   void setDistributedReplicantManager(DistributedReplicantManager distributedReplicantManager);
-   
-   /**
-    * Access to the DistributedReplicantManager implementation
-    */
    DistributedReplicantManager getDistributedReplicantManager();
    
    /**




More information about the jboss-cvs-commits mailing list