User: user57
Date: 02/02/14 22:18:27
Modified: src/main/org/jboss/ha/framework/server
ClusterPartitionMBean.java
FarmMemberServiceMBean.java
Log:
o Moved MBeanProxy, ObjectNameFactory and MBeanServerLocator to
jboss/common and repackaged under org.jboss.util.jmx
o Not building jboss-util.jar anymore, jboss-common.jar covers this, though
still need to move some more stuff over (and some to varia)
o updated users of the repackaged classes
Revision Changes Path
1.8 +2 -2
jbossmx/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java
Index: ClusterPartitionMBean.java
===================================================================
RCS file:
/cvsroot/jboss/jbossmx/src/main/org/jboss/ha/framework/server/ClusterPartitionMBean.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ClusterPartitionMBean.java 15 Feb 2002 00:46:50 -0000 1.7
+++ ClusterPartitionMBean.java 15 Feb 2002 06:18:27 -0000 1.8
@@ -11,7 +11,7 @@
import javax.management.ObjectName;
-import org.jboss.util.ObjectNameFactory;
+import org.jboss.util.jmx.ObjectNameFactory;
import org.jboss.ha.framework.interfaces.HAPartition;
@@ -21,7 +21,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Bill Burke</a>.
* @author <a href="mailto:[EMAIL PROTECTED]">Sacha Labourey</a>.
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
*
* <p><b>Revisions:</b><br>
*/
1.6 +2 -2
jbossmx/src/main/org/jboss/ha/framework/server/FarmMemberServiceMBean.java
Index: FarmMemberServiceMBean.java
===================================================================
RCS file:
/cvsroot/jboss/jbossmx/src/main/org/jboss/ha/framework/server/FarmMemberServiceMBean.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- FarmMemberServiceMBean.java 15 Feb 2002 00:46:50 -0000 1.5
+++ FarmMemberServiceMBean.java 15 Feb 2002 06:18:27 -0000 1.6
@@ -14,7 +14,7 @@
import javax.management.ObjectName;
-import org.jboss.util.ObjectNameFactory;
+import org.jboss.util.jmx.ObjectNameFactory;
import org.jboss.system.Service;
import org.jboss.ha.framework.server.FarmMemberServiceMBean.FileContent;
@@ -37,7 +37,7 @@
* @see Service
*
* @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*
* <p><b>20011015 andreas schaefer:</b>
* <ul>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development