User: hiram
Date: 00/12/12 13:05:05
Modified: src/java/org/spydermq/distributed/interfaces
ConnectionReceiverSetup.java
Log:
Bug Fix: close() on the ConnectionReceiver would hang
Revision Changes Path
1.4 +1 -0
spyderMQ/src/java/org/spydermq/distributed/interfaces/ConnectionReceiverSetup.java
Index: ConnectionReceiverSetup.java
===================================================================
RCS file:
/products/cvs/ejboss/spyderMQ/src/java/org/spydermq/distributed/interfaces/ConnectionReceiverSetup.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConnectionReceiverSetup.java 2000/12/12 05:58:47 1.3
+++ ConnectionReceiverSetup.java 2000/12/12 21:05:05 1.4
@@ -6,4 +6,5 @@
{
public void setConnection(SpyConnection connection) throws Exception;
public ConnectionReceiver createClient() throws Exception;
+ public void close() throws Exception;
}