User: starksm
Date: 01/07/08 14:19:30
Modified: src/main/org/jboss/jms/ra/client Tag: Branch_2_4
JmsConnectionFactory.java JmsSessionFactory.java
Log:
Merge the latest JBossMQ changes into the 2.4 release
Revision Changes Path
No revision
No revision
1.1.4.1 +35 -36 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
retrieving revision 1.1.4.1
diff -u -r1.1 -r1.1.4.1
--- JmsConnectionFactory.java 2001/04/26 21:02:13 1.1
+++ JmsConnectionFactory.java 2001/07/08 21:19:30 1.1.4.1
@@ -1,36 +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
- *
- *
- * Created: Thu Apr 26 17:01:35 2001
- *
- * @author Peter Antman ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
- */
-
-public interface JmsConnectionFactory
- extends TopicConnectionFactory, QueueConnectionFactory
-{
-
-} // JmsConnectionFactory
+/*
+ * 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
+}
1.1.4.1 +35 -37 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
retrieving revision 1.1.4.1
diff -u -r1.1 -r1.1.4.1
--- JmsSessionFactory.java 2001/04/26 21:02:13 1.1
+++ JmsSessionFactory.java 2001/07/08 21:19:30 1.1.4.1
@@ -1,37 +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;
-
-/**
- * <p>A marker interface to join topics and queues into one
- factory.
- </p>
- *
- *
- * Created: Thu Mar 29 15:37:21 2001
- *
- * @author Peter Antman ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
- */
-
-public interface JmsSessionFactory extends TopicConnection,QueueConnection {
-} // JmsSessionFactory
+/*
+ * 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
+}
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development