[jboss-cvs] JBossCache/src/org/jboss/cache/jmx ...
Manik Surtani
msurtani at jboss.com
Wed Jan 3 10:33:09 EST 2007
User: msurtani
Date: 07/01/03 10:33:09
Modified: src/org/jboss/cache/jmx CacheLegacyJmxWrapper.java
CacheMBean.java
Log:
Improved notification mechanism, added a notification interceptor
Revision Changes Path
1.2 +10 -11 JBossCache/src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheLegacyJmxWrapper.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- CacheLegacyJmxWrapper.java 13 Nov 2006 04:42:43 -0000 1.1
+++ CacheLegacyJmxWrapper.java 3 Jan 2007 15:33:09 -0000 1.2
@@ -21,9 +21,6 @@
*/
package org.jboss.cache.jmx;
-import javax.transaction.TransactionManager;
-
-import org.jboss.cache.CacheSPI;
import org.jboss.cache.config.BuddyReplicationConfig;
import org.jboss.cache.config.CacheLoaderConfig;
import org.jboss.cache.config.Configuration;
@@ -32,13 +29,15 @@
import org.jgroups.jmx.JChannelFactoryMBean;
import org.w3c.dom.Element;
+import javax.transaction.TransactionManager;
+
/**
* {@link CacheJmxWrapper} subclass that supports building the
* {@link Configuration} from MBean attribute injection. Allows
* configuration of the cache using the JBoss AS 4.x JMX microkernel.
*
* @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class CacheLegacyJmxWrapper
extends CacheJmxWrapper implements CacheLegacyJmxWrapperMBean
1.8 +0 -2 JBossCache/src/org/jboss/cache/jmx/CacheMBean.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheMBean.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/jmx/CacheMBean.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- CacheMBean.java 16 Nov 2006 21:14:42 -0000 1.7
+++ CacheMBean.java 3 Jan 2007 15:33:09 -0000 1.8
@@ -9,8 +9,6 @@
import org.jboss.cache.Cache;
import org.jboss.cache.config.Configuration;
-import javax.management.NotificationBroadcaster;
-
/**
* JMX interface to the {@link org.jboss.cache.Cache}
*
More information about the jboss-cvs-commits
mailing list