[Mc4j-cvs] mc4j/src/org/mc4j/console/connection Oc4jConnectionNode.java,1.1,1.2
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-16 15:49:18
|
Update of /cvsroot/mc4j/mc4j/src/org/mc4j/console/connection In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31408/src/org/mc4j/console/connection Modified Files: Oc4jConnectionNode.java Log Message: Turning off debug Index: Oc4jConnectionNode.java =================================================================== RCS file: /cvsroot/mc4j/mc4j/src/org/mc4j/console/connection/Oc4jConnectionNode.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Oc4jConnectionNode.java 2 Apr 2004 03:25:51 -0000 1.1 --- Oc4jConnectionNode.java 16 Apr 2004 15:49:09 -0000 1.2 *************** *** 20,23 **** --- 20,28 ---- package org.mc4j.console.connection; + import org.openide.DialogDisplayer; + import org.openide.NotifyDescriptor; + + import org.mc4j.console.connection.proxy.GenericMBeanServerProxy; + import java.lang.reflect.Field; import java.util.Hashtable; *************** *** 30,38 **** import javax.rmi.PortableRemoteObject; - import org.openide.DialogDisplayer; - import org.openide.NotifyDescriptor; - - import org.mc4j.console.connection.proxy.GenericMBeanServerProxy; - /** * This Node acts as a connection to an OC4J MBean Server via a MEJB. --- 35,38 ---- *************** *** 49,53 **** */ public class Oc4jConnectionNode extends ConnectionNode { ! private static final boolean M_DEBUG = true; protected MBeanServer mbeanServer; --- 49,53 ---- */ public class Oc4jConnectionNode extends ConnectionNode { ! private static final boolean M_DEBUG = false; protected MBeanServer mbeanServer; |