User: mnf999
Date: 01/08/29 19:35:54
Modified: src/main/org/jboss/mq/il ServerILJMXService.java
ServerILJMXServiceMBean.java
Log:
just package names, nothing more
Revision Changes Path
1.3 +3 -3 jbossmq/src/main/org/jboss/mq/il/ServerILJMXService.java
Index: ServerILJMXService.java
===================================================================
RCS file: /cvsroot/jboss/jbossmq/src/main/org/jboss/mq/il/ServerILJMXService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ServerILJMXService.java 2001/08/17 03:04:03 1.2
+++ ServerILJMXService.java 2001/08/30 02:35:54 1.3
@@ -15,7 +15,7 @@
import org.jboss.mq.SpyXAConnectionFactory;
import org.jboss.mq.server.JMSServer;
-import org.jboss.util.ServiceMBeanSupport;
+import org.jboss.system.ServiceMBeanSupport;
/**
* This abstract class handles life cycle managment of the ServeIL. Should be
@@ -23,9 +23,9 @@
*
* @author Hiram Chirino ([EMAIL PROTECTED])
* @created August 16, 2001
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
-public abstract class ServerILJMXService extends org.jboss.util.ServiceMBeanSupport
implements ServerILJMXServiceMBean {
+public abstract class ServerILJMXService extends
org.jboss.system.ServiceMBeanSupport implements ServerILJMXServiceMBean {
private String connectionFactoryJNDIRef;
private String xaConnectionFactoryJNDIRef;
1.3 +2 -2 jbossmq/src/main/org/jboss/mq/il/ServerILJMXServiceMBean.java
Index: ServerILJMXServiceMBean.java
===================================================================
RCS file:
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/il/ServerILJMXServiceMBean.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ServerILJMXServiceMBean.java 2001/08/17 03:04:03 1.2
+++ ServerILJMXServiceMBean.java 2001/08/30 02:35:54 1.3
@@ -13,9 +13,9 @@
*
* @author Hiram Chirino ([EMAIL PROTECTED])
* @created August 16, 2001
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
-public interface ServerILJMXServiceMBean extends org.jboss.util.ServiceMBean {
+public interface ServerILJMXServiceMBean extends org.jboss.system.ServiceMBean {
/**
* @return java.lang.String the JNDI reference where the connection
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development