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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 18 19:01:39 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-18 19:01:38 -0400 (Fri, 18 Aug 2006)
New Revision: 56085

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImplMBean.java
Log:
[JBAS-3470] Inject TreeCache into DS

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImplMBean.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImplMBean.java	2006-08-18 22:58:13 UTC (rev 56084)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/DistributedStateImplMBean.java	2006-08-18 23:01:38 UTC (rev 56085)
@@ -21,6 +21,8 @@
   */
 package org.jboss.ha.framework.server;
 
+import org.jboss.cache.TreeCacheMBean;
+
 /**
  * @author  <a href="mailto:sacha.labourey at cogito-info.ch">Sacha Labourey</a>.
  * @version $Revision$
@@ -37,4 +39,7 @@
 {
    String listContent () throws Exception;
    String listXmlContent () throws Exception;
+   
+   TreeCacheMBean getTreeCache();
+   void setTreeCache(TreeCacheMBean cache);
 }




More information about the jboss-cvs-commits mailing list