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


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

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

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImplMBean.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImplMBean.java	2007-09-14 21:35:27 UTC (rev 65405)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImplMBean.java	2007-09-14 21:35:55 UTC (rev 65406)
@@ -21,7 +21,6 @@
   */
 package org.jboss.ha.framework.server;
 
-import org.jboss.cache.Cache;
 
 /**
  * MBean interface for the Distributed State (DS) service
@@ -41,7 +40,4 @@
 {
    String listContent () throws Exception;
    String listXmlContent () throws Exception;
-   
-   Cache getClusteredCache();
-   void setClusteredCache(Cache cache);
 }




More information about the jboss-cvs-commits mailing list