User: user57  
  Date: 02/02/14 22:18:32

  Modified:    src/main/org/jboss/util Executor.java FileURLPatch.java
                        SchedulableExampleMBean.java SchedulerMBean.java
  Removed:     src/main/org/jboss/util MBeanProxy.java
                        MBeanServerLocator.java ObjectNameFactory.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.11      +2 -1      jboss/src/main/org/jboss/util/Executor.java
  
  Index: Executor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/util/Executor.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Executor.java     15 Feb 2002 00:46:55 -0000      1.10
  +++ Executor.java     15 Feb 2002 06:18:32 -0000      1.11
  @@ -13,13 +13,14 @@
   import javax.management.loading.MLet;
   
   import org.jboss.logging.Logger;
  +import org.jboss.util.jmx.ObjectNameFactory;
   
   /**
    *   <description> 
    *      
    *   @see <related>
    *   @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>.
  - *   @version $Revision: 1.10 $
  + *   @version $Revision: 1.11 $
    */
   public class Executor
      implements ExecutorMBean, MBeanRegistration
  
  
  
  1.6       +2 -1      jboss/src/main/org/jboss/util/FileURLPatch.java
  
  Index: FileURLPatch.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/util/FileURLPatch.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FileURLPatch.java 15 Feb 2002 00:46:55 -0000      1.5
  +++ FileURLPatch.java 15 Feb 2002 06:18:32 -0000      1.6
  @@ -18,13 +18,14 @@
   import java.net.URLConnection;
   
   import org.jboss.logging.Logger;
  +import org.jboss.util.jmx.ObjectNameFactory;
   
   /** A MBean that patches the file URL handing implementation so that JBoss
    * can be run in directories with a space in it.  Has the weird side-effect that
    * all file based URLs when externalized with have spaces replaced with pluses.
    *      
    *   @author <a href="mailto:[EMAIL PROTECTED]";>Hiram Chirino</a>.
  - *   @version $Revision: 1.5 $
  + *   @version $Revision: 1.6 $
    */
   public class FileURLPatch implements FileURLPatchMBean, MBeanRegistration {
   
  
  
  
  1.3       +1 -0      jboss/src/main/org/jboss/util/SchedulableExampleMBean.java
  
  Index: SchedulableExampleMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/util/SchedulableExampleMBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SchedulableExampleMBean.java      15 Feb 2002 00:46:55 -0000      1.2
  +++ SchedulableExampleMBean.java      15 Feb 2002 06:18:32 -0000      1.3
  @@ -12,6 +12,7 @@
   import javax.management.ObjectName;
   
   import org.jboss.system.ServiceMBean;
  +import org.jboss.util.jmx.ObjectNameFactory;
   
   /**
    *
  
  
  
  1.12      +2 -2      jboss/src/main/org/jboss/util/SchedulerMBean.java
  
  Index: SchedulerMBean.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/util/SchedulerMBean.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- SchedulerMBean.java       15 Feb 2002 00:46:55 -0000      1.11
  +++ SchedulerMBean.java       15 Feb 2002 06:18:32 -0000      1.12
  @@ -12,7 +12,7 @@
   
   import javax.management.ObjectName;
   
  -import org.jboss.util.ObjectNameFactory;
  +import org.jboss.util.jmx.ObjectNameFactory;
   import org.jboss.system.ServiceMBean;
   
   /**
  @@ -28,7 +28,7 @@
    * defines which one is used. Therefore you should <b>never mixed these two</b>.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Andreas Schaefer</a>
  - * @version $Revision: 1.11 $
  + * @version $Revision: 1.12 $
    **/
   interface SchedulerMBean
      extends ServiceMBean
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to