User: starksm 
  Date: 01/12/18 12:56:11

  Modified:    src/main/org/jboss/mq/server Tag: Branch_2_4
                        JBossMQServiceMBean.java
  Log:
  Fix the wacked comment spasm at the start of JBossMQServiceMBean.java
  and remove the unused Mutex.java class
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +5 -97     jbossmq/src/main/org/jboss/mq/server/JBossMQServiceMBean.java
  
  Index: JBossMQServiceMBean.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbossmq/src/main/org/jboss/mq/server/JBossMQServiceMBean.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- JBossMQServiceMBean.java  2001/08/23 03:57:12     1.2.2.1
  +++ JBossMQServiceMBean.java  2001/12/18 20:56:11     1.2.2.2
  @@ -4,126 +4,34 @@
    * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
  -
   package org.jboss.mq.server;
   
  -/*
  - * jBoss, the OpenSource EJB server
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  -
  -/*
  - * jBoss, the OpenSource EJB server
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  -
  -/*
  - * jBoss, the OpenSource EJB server
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  -
  -/*
  - * jBoss, the OpenSource EJB server
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  -
  -/*
  - * jBoss, the OpenSource EJB server
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  -
  -/*
  - * jBoss, the OpenSource EJB server
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  -
  -/*
  - * jBoss, the OpenSource EJB server
  - *
  - * Distributable under LGPL license.
  - * See terms of license at gnu.org.
  - */
  -
   /**
    *  <description>MBean interface for the JBossMQ JMX service.
    *
    * @author     Vincent Sheffer ([EMAIL PROTECTED])
    * @created    August 16, 2001
    * @see        <related>
  - * @version    $Revision: 1.2.2.1 $
  + * @version    $Revision: 1.2.2.2 $
    */
   public interface JBossMQServiceMBean
  -       extends org.jboss.util.ServiceMBean {
  +       extends org.jboss.util.ServiceMBean
  +{
      // Constants -----------------------------------------------------
      public final static String OBJECT_NAME = "JBossMQ:service=Server";
   
  -   // Public --------------------------------------------------------
  -
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
      JMSServer getJMSServer();
  -
  -   // Public --------------------------------------------------------
  -
  -
  -   // Public --------------------------------------------------------
   
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
  +   /** Create a JMS javax.jms.Queue destination
  +    */
      public void createQueue( String name )
         throws Exception;
   
  -   // Public --------------------------------------------------------
  -
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
      public void createTopic( String name )
         throws Exception;
   
  -   // Public --------------------------------------------------------
  -
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
      public void destroyQueue( String name )
         throws Exception;
  -
  -   // Public --------------------------------------------------------
  -
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
  -
  -   // Public --------------------------------------------------------
   
      public void destroyTopic( String name )
         throws Exception;
  
  
  

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

Reply via email to