User: norbert
Date: 00/05/30 15:10:19
Modified: src/java/org/spyderMQ/distributed/interfaces
DistributedJMSServer.java
Log:
The P2P system
Revision Changes Path
1.12 +2 -1
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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DistributedJMSServer.java 2000/05/19 19:28:50 1.11
+++ DistributedJMSServer.java 2000/05/30 22:10:19 1.12
@@ -22,7 +22,7 @@
*
* @author Norbert Lataille ([EMAIL PROTECTED])
*
- * @version $Revision: 1.11 $
+ * @version $Revision: 1.12 $
*/
public interface DistributedJMSServer
{
@@ -41,4 +41,5 @@
public void setServer(JMSServer s) throws Exception;
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;
}