aboutsummaryrefslogtreecommitdiff
path: root/src/Probe.java
diff options
context:
space:
mode:
authorjestin2002-06-04 17:02:02 +0000
committerjestin2002-06-04 17:02:02 +0000
commit6a0be62488b406149903a7368cea8df0f1f27d33 (patch)
treeec3073dae7e11b55b3badef001a39fcb5ec6a1e1 /src/Probe.java
parentba4e7756c028129dc0c22650b17ba52ee92c6056 (diff)
downloadivy-java-6a0be62488b406149903a7368cea8df0f1f27d33.zip
ivy-java-6a0be62488b406149903a7368cea8df0f1f27d33.tar.gz
ivy-java-6a0be62488b406149903a7368cea8df0f1f27d33.tar.bz2
ivy-java-6a0be62488b406149903a7368cea8df0f1f27d33.tar.xz
Many major corrections, see changelogs for details.
- Domain bug fix - die semantics OK - non CPU-eating socket listeners cVS: ----------------------------------------------------------------------
Diffstat (limited to 'src/Probe.java')
-rw-r--r--src/Probe.java8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Probe.java b/src/Probe.java
index 7719e73..be2275e 100644
--- a/src/Probe.java
+++ b/src/Probe.java
@@ -8,7 +8,12 @@ import gnu.getopt.Getopt;
* @see fr.dgac.ivy.TestIvySwing
* @author Yannick Jestin
* @author <a href="http://www.tls.cena.fr/products/ivy/">http://www.tls.cena.fr/products/ivy/</a>
- * TODO BUG ! Should exit on end of user input
+ *
+ *
+ * Changelog:
+ * 1.0.10
+ * Should exit on end of user input
+ * Should handle multiple domains - it was a IvyWatcher problem -
*/
class Probe implements IvyApplicationListener, IvyMessageListener {
@@ -82,6 +87,7 @@ class Probe implements IvyApplicationListener, IvyMessageListener {
public void die(IvyClient client, int id) {
looping=false;
System.out.println("received die msg from " + client.getApplicationName() );
+ System.exit(0);
}
public void directMessage(IvyClient client, int id, String arg) {