User: norbert 
  Date: 00/05/19 12:28:50

  Modified:    src/java/org/spyderMQ/distributed/interfaces
                        DistributedJMSServer.java
  Log:
  Here we are... There's a parser for selctors.
  
  Revision  Changes    Path
  1.11      +2 -1      
spyderMQ/src/java/org/spyderMQ/distributed/interfaces/DistributedJMSServer.java
  
  Index: DistributedJMSServer.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/distributed/interfaces/DistributedJMSServer.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- DistributedJMSServer.java 2000/05/16 03:31:01     1.10
  +++ DistributedJMSServer.java 2000/05/19 19:28:50     1.11
  @@ -22,7 +22,7 @@
    *      
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.10 $
  + *   @version $Revision: 1.11 $
    */
   public interface DistributedJMSServer
   { 
  @@ -40,4 +40,5 @@
        public void connectionClosing(SpyDistributedConnection dc) throws Exception;   
 
        public void setServer(JMSServer s) throws Exception; 
        public void checkID(String ID) throws Exception;
  +     public SpyMessage queueReceiveNoWait(Queue queue) throws Exception;
   }
  
  
  

Reply via email to