[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/jmx ...

Manik Surtani msurtani at jboss.com
Thu Jan 4 11:17:38 EST 2007


  User: msurtani
  Date: 07/01/04 11:17:38

  Modified:    tests/functional/org/jboss/cache/jmx  CacheMBeanTest.java
  Log:
  Updated JMX interfaces
  
  Revision  Changes    Path
  1.9       +2 -2      JBossCache/tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheMBeanTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CacheMBeanTest.java	2 Jan 2007 18:26:06 -0000	1.8
  +++ CacheMBeanTest.java	4 Jan 2007 16:17:38 -0000	1.9
  @@ -35,7 +35,7 @@
         mBeanNameStr = JmxUtil.PREFIX + cache.getConfiguration().getClusterName();
         mBeanName = new ObjectName(mBeanNameStr);
   
  -      JmxUtil.registerCacheMBean(mBeanServer, new org.jboss.cache.jmx.Cache((CacheSPI) cache), mBeanNameStr);
  +      JmxUtil.registerCacheMBean(mBeanServer, new CacheJmxWrapper(cache), mBeanNameStr);
         JmxUtil.registerInterceptors(mBeanServer, ((CacheSPI) cache).getInterceptorChain(), mBeanNameStr);
      }
   
  @@ -70,7 +70,7 @@
                 new ObjectName(mBeanNameStr + JmxUtil.MBEAN_KEY + "InvocationContextInterceptor")
         };
   
  -//      TestingUtil.sleepThread(600000);
  +      //      TestingUtil.sleepThread(600000);
   
         for (ObjectName n : interceptorMBeanNames)
         {
  
  
  



More information about the jboss-cvs-commits mailing list