User: norbert 
  Date: 00/06/19 19:19:13

  Modified:    src/java/org/spydermq/distributed/interfaces
                        DistributedJMSServer.java
  Log:
  Some optimizations to the OIL
  
  Revision  Changes    Path
  1.3       +1 -3      
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DistributedJMSServer.java 2000/06/19 04:23:13     1.2
  +++ DistributedJMSServer.java 2000/06/20 02:19:12     1.3
  @@ -22,7 +22,7 @@
    *      
    *   @author Norbert Lataille ([EMAIL PROTECTED])
    * 
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public interface DistributedJMSServer
   { 
  @@ -41,6 +41,4 @@
        public void checkID(String ID) throws Exception;
        public SpyMessage queueReceiveNoWait(Queue queue) throws Exception;
        public void connectionListening(boolean mode,Destination 
dest,SpyDistributedConnection dc) throws Exception;
  -     
  -     public void setServer(JMSServer s) throws Exception; 
   }
  
  
  

Reply via email to