User: norbert
Date: 00/05/30 15:13:51
Modified: src/java/org/spyderMQ SpyQueueSession.java
SpyTopicSession.java
Log:
The P2P system
Revision Changes Path
1.12 +3 -3 spyderMQ/src/java/org/spyderMQ/SpyQueueSession.java
Index: SpyQueueSession.java
===================================================================
RCS file: /products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/SpyQueueSession.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- SpyQueueSession.java 2000/05/30 22:10:18 1.11
+++ SpyQueueSession.java 2000/05/30 22:13:50 1.12
@@ -23,7 +23,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.11 $
+ * @version $Revision: 1.12 $
*/
public class SpyQueueSession
extends SpySession
@@ -43,7 +43,7 @@
{
if (closed) throw new IllegalStateException("The session is closed");
- //Not implemented yet
+ //Not yet implemented
return null;
}
@@ -51,7 +51,7 @@
{
if (closed) throw new IllegalStateException("The session is closed");
- //Not implemented yet
+ //Not yet implemented
return createBrowser(queue);
}
1.26 +4 -4 spyderMQ/src/java/org/spyderMQ/SpyTopicSession.java
Index: SpyTopicSession.java
===================================================================
RCS file: /products/cvs/ejboss/spyderMQ/src/java/org/spyderMQ/SpyTopicSession.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- SpyTopicSession.java 2000/05/25 01:52:05 1.25
+++ SpyTopicSession.java 2000/05/30 22:13:50 1.26
@@ -24,7 +24,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.25 $
+ * @version $Revision: 1.26 $
*/
public class SpyTopicSession
extends SpySession
@@ -73,7 +73,7 @@
{
if (closed) throw new IllegalStateException("The session is closed");
- //Not implemented yet
+ //Not yet implemented
return createSubscriber(topic);
}
@@ -81,7 +81,7 @@
{
if (closed) throw new IllegalStateException("The session is closed");
- //Not implemented yet
+ //Not yet implemented
return createSubscriber(topic);
}
@@ -100,7 +100,7 @@
public void unsubscribe(String name) throws JMSException
{
- //Not implemented yet
+ //Not yet implemented
}