[jboss-cvs] JBossAS SVN: r65405 - 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:27 EDT 2007


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

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

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImplMBean.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImplMBean.java	2007-09-14 21:35:06 UTC (rev 65404)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedReplicantManagerImplMBean.java	2007-09-14 21:35:27 UTC (rev 65405)
@@ -47,13 +47,6 @@
     */
    HAPartition getHAPartition();
    
-   /**
-    * Sets the underlying partition used by this service.
-    * 
-    * @param clusterPartition the partition
-    */
-   void setHAPartition(HAPartition clusterPartition);
-   
    String listContent () throws Exception;
    String listXmlContent () throws Exception;
 }




More information about the jboss-cvs-commits mailing list