User: pra     
  Date: 01/08/24 04:54:20

  Modified:    src/main/org/jboss/jms/ra/client Tag: Branch_2_4
                        JmsConnectionFactory.java JmsSessionFactory.java
  Log:
  Backported jms-ra to work with new JBossMQ
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.2   +35 -35    jboss/src/main/org/jboss/jms/ra/client/JmsConnectionFactory.java
  
  Index: JmsConnectionFactory.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/jms/ra/client/JmsConnectionFactory.java,v
  retrieving revision 1.1.4.1
  retrieving revision 1.1.4.2
  diff -u -r1.1.4.1 -r1.1.4.2
  --- JmsConnectionFactory.java 2001/07/08 21:19:30     1.1.4.1
  +++ JmsConnectionFactory.java 2001/08/24 11:54:20     1.1.4.2
  @@ -1,35 +1,35 @@
  -/*
  - * Copyright (c) 2001 Peter Antman Tim <[EMAIL PROTECTED]>
  - *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2 of the License, or (at your option) any later version
  - * 
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  - * 
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with this library; if not, write to the Free Software
  - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  - */
  -package org.jboss.jms.ra.client;
  -
  -import javax.jms.TopicConnectionFactory;
  -import javax.jms.QueueConnectionFactory;
  -
  -/**
  - * JmsConnectionFactory.java
  - *
  - * <p>Created: Thu Apr 26 17:01:35 2001
  - *
  - * @author  <a href="mailto:[EMAIL PROTECTED]";>Peter Antman</a>.
  - * @version <pre>$Revision: 1.1.4.1 $</pre>
  - */
  -public interface JmsConnectionFactory 
  -   extends TopicConnectionFactory, QueueConnectionFactory
  -{
  -   // empty
  -}
  +/*
  + * Copyright (c) 2001 Peter Antman Tim <[EMAIL PROTECTED]>
  + *
  + * This library is free software; you can redistribute it and/or
  + * modify it under the terms of the GNU Lesser General Public
  + * License as published by the Free Software Foundation; either
  + * version 2 of the License, or (at your option) any later version
  + * 
  + * This library is distributed in the hope that it will be useful,
  + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  + * Lesser General Public License for more details.
  + * 
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this library; if not, write to the Free Software
  + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + */
  +package org.jboss.jms.ra.client;
  +
  +import javax.jms.TopicConnectionFactory;
  +import javax.jms.QueueConnectionFactory;
  +
  +/**
  + * JmsConnectionFactory.java
  + *
  + * <p>Created: Thu Apr 26 17:01:35 2001
  + *
  + * @author  <a href="mailto:[EMAIL PROTECTED]";>Peter Antman</a>.
  + * @version <pre>$Revision: 1.1.4.2 $</pre>
  + */
  +public interface JmsConnectionFactory 
  +   extends TopicConnectionFactory, QueueConnectionFactory
  +{
  +   // empty
  +}
  
  
  
  1.1.4.2   +35 -35    jboss/src/main/org/jboss/jms/ra/client/JmsSessionFactory.java
  
  Index: JmsSessionFactory.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/jms/ra/client/JmsSessionFactory.java,v
  retrieving revision 1.1.4.1
  retrieving revision 1.1.4.2
  diff -u -r1.1.4.1 -r1.1.4.2
  --- JmsSessionFactory.java    2001/07/08 21:19:30     1.1.4.1
  +++ JmsSessionFactory.java    2001/08/24 11:54:20     1.1.4.2
  @@ -1,35 +1,35 @@
  -/*
  - * Copyright (c) 2001 Peter Antman Tim <[EMAIL PROTECTED]>
  - *
  - * This library is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU Lesser General Public
  - * License as published by the Free Software Foundation; either
  - * version 2 of the License, or (at your option) any later version
  - * 
  - * This library is distributed in the hope that it will be useful,
  - * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - * Lesser General Public License for more details.
  - * 
  - * You should have received a copy of the GNU Lesser General Public
  - * License along with this library; if not, write to the Free Software
  - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  - */
  -package org.jboss.jms.ra.client;
  -
  -import javax.jms.TopicConnection;
  -import javax.jms.QueueConnection;
  -
  -/**
  - * A marker interface to join topics and queues into one factory.
  - *
  - * <p>Created: Thu Mar 29 15:37:21 2001
  - *
  - * @author  <a href="mailto:[EMAIL PROTECTED]";>Peter Antman</a>.
  - * @version <pre>$Revision: 1.1.4.1 $</pre>
  - */
  -public interface JmsSessionFactory
  -   extends TopicConnection, QueueConnection
  -{
  -   // empty
  -}
  +/*
  + * Copyright (c) 2001 Peter Antman Tim <[EMAIL PROTECTED]>
  + *
  + * This library is free software; you can redistribute it and/or
  + * modify it under the terms of the GNU Lesser General Public
  + * License as published by the Free Software Foundation; either
  + * version 2 of the License, or (at your option) any later version
  + * 
  + * This library is distributed in the hope that it will be useful,
  + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  + * Lesser General Public License for more details.
  + * 
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this library; if not, write to the Free Software
  + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  + */
  +package org.jboss.jms.ra.client;
  +
  +import javax.jms.TopicConnection;
  +import javax.jms.QueueConnection;
  +
  +/**
  + * A marker interface to join topics and queues into one factory.
  + *
  + * <p>Created: Thu Mar 29 15:37:21 2001
  + *
  + * @author  <a href="mailto:[EMAIL PROTECTED]";>Peter Antman</a>.
  + * @version <pre>$Revision: 1.1.4.2 $</pre>
  + */
  +public interface JmsSessionFactory
  +   extends TopicConnection, QueueConnection
  +{
  +   // empty
  +}
  
  
  

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

Reply via email to