User: user57
Date: 02/02/14 22:18:31
Modified: src/main/org/jboss/jmx/connector
ConnectorFactoryServiceMBean.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.6 +1 -1
jboss/src/main/org/jboss/jmx/connector/ConnectorFactoryServiceMBean.java
Index: ConnectorFactoryServiceMBean.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/jmx/connector/ConnectorFactoryServiceMBean.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ConnectorFactoryServiceMBean.java 15 Feb 2002 00:46:54 -0000 1.5
+++ ConnectorFactoryServiceMBean.java 15 Feb 2002 06:18:31 -0000 1.6
@@ -14,7 +14,7 @@
import javax.management.MBeanServer;
import javax.management.ObjectName;
-import org.jboss.util.ObjectNameFactory;
+import org.jboss.util.jmx.ObjectNameFactory;
import org.jboss.jmx.connector.RemoteMBeanServer;
import org.jboss.system.ServiceMBean;
@@ -24,7 +24,7 @@
*
* This is just the (incomplete) interface of it
*
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
* @author <A href="mailto:[EMAIL PROTECTED]">Andreas "Mad"
Schaefer</A>
*/
public interface ConnectorFactoryServiceMBean
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development