User: chirino 
  Date: 01/07/27 17:30:16

  Modified:    src/main/org/jbossmq/xml XElementConsumer.java
                        XElementException.java XElementTester.java
  Log:
  Once again many changes.
  - The logic that handled the processing of queue and topic messages
   was seperated our more to make it easier to follow.
  - A QueuedTask class was created to avoid unneeded processing of queues.
  - The interface between the client-server-queues-peristence manager to handel
   DurableSubscription was too verbose, created a DurableSubscripton class and now
   SpyTopics can be inspected to see if they are being used as a DurableSubscription
  - The MBeans that add queues and topics makes it simpler to configure a queue/topic.
  
  Revision  Changes    Path
  1.4       +7 -1      jbossmq/src/main/org/jbossmq/xml/XElementConsumer.java
  
  Index: XElementConsumer.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jbossmq/xml/XElementConsumer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XElementConsumer.java     2001/07/16 02:51:47     1.3
  +++ XElementConsumer.java     2001/07/28 00:30:16     1.4
  @@ -24,6 +24,12 @@
    * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
  +/*
  + * JBossMQ, the OpenSource JMS implementation
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   /**
    * XMLRecordConsumer Interface defines the method signatures used
    * to notify the consumer object of parsing errors, document starts,
  @@ -31,7 +37,7 @@
    *
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    *
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public interface XElementConsumer {  
        
  
  
  
  1.4       +7 -1      jbossmq/src/main/org/jbossmq/xml/XElementException.java
  
  Index: XElementException.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jbossmq/xml/XElementException.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XElementException.java    2001/07/16 02:51:47     1.3
  +++ XElementException.java    2001/07/28 00:30:16     1.4
  @@ -24,13 +24,19 @@
    * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
  +/*
  + * JBossMQ, the OpenSource JMS implementation
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   /**
    * XMLObjectException is used to signal errors occuring inside of an
    * XMLObject.
    *
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    *
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public class XElementException extends Exception {
        
  
  
  
  1.4       +7 -1      jbossmq/src/main/org/jbossmq/xml/XElementTester.java
  
  Index: XElementTester.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmq/src/main/org/jbossmq/xml/XElementTester.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XElementTester.java       2001/07/16 02:51:47     1.3
  +++ XElementTester.java       2001/07/28 00:30:16     1.4
  @@ -24,12 +24,18 @@
    * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
  +/*
  + * JBossMQ, the OpenSource JMS implementation
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
   /**
    * This class is for a basic unit test of the XElement class
    *
    *   @author Hiram Chirino ([EMAIL PROTECTED])
    *
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public class XElementTester {
        
  
  
  

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

Reply via email to