aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjestin2002-06-05 09:35:57 +0000
committerjestin2002-06-05 09:35:57 +0000
commit044b408ae99989be9a7eed89ed51a6aba5aa42d9 (patch)
tree22b698dbc3e6a5b242161d50ba647031b13c23dc /doc
parent11cd642b20045e35293f8510fbab5be9eeca11d7 (diff)
downloadivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.zip
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.gz
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.bz2
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.xz
Clean package build.
Diffstat (limited to 'doc')
-rw-r--r--doc/ivy-java.132
1 files changed, 10 insertions, 22 deletions
diff --git a/doc/ivy-java.1 b/doc/ivy-java.1
index 50dffb3..5d87524 100644
--- a/doc/ivy-java.1
+++ b/doc/ivy-java.1
@@ -8,7 +8,7 @@
.\" '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
.\" '\"
.\" '\"
-.TH "Ivy-java-1.0" "1" "1.0.9" "Yannick Jestin" ""
+.TH "Ivy-java-1.0" "1" "1.0.11" "Yannick Jestin" ""
.SH "NAME"
ivy\-java \- a software bus library java implementation
.SH "SYNOPSIS"
@@ -33,12 +33,6 @@ The essential classes of Ivy Java are:
.I Ivy:
\ API for the connexion to the software bus
.nf
-.I IvyWatcher:
-\ to handle UDP socket
-.nf
-.I IvyMessageListener:
-\ to receive messages
-.nf
.I IvyApplicationListener:
\ contains 4 virtual methods for handling connexion/deconnexion,
die and direct messages
@@ -49,11 +43,6 @@ die and direct messages
.I Probe:
\ to test the regular expressions in a terminal
.nf
-.I TestIvy:
-\ to test the regular expressions in an AWT window
-.nf
-.I TestIvySwing:
-\ to test the regular expressions in a swing window
.I IvyDaemon:
\ a daemon to access the bus via a simple socket: you connect (default port :
3456 ), write a msg, and exit, the daemon will send the message. This is
@@ -65,14 +54,13 @@ localhost 3456 )
argument. It can be a list of addresses followed by a port number. The default is a
datagram local address on a non priviledged port 127.255.255.255:2010 , it can also be
shortened to 127:2010. You can specify other datagram adresses with respect to your
-local configuration (see ifconfig(1) ), and you can specify a multicast address 228.5.6.7
- for instance. You can supply multiple domains, separated by colons
+local configuration (see ifconfig(1) ), and you can specify a multicast
+address 228.5.6.7:8910 for instance. You can supply multiple domains, separated by colons
.I the IVYBUS shell variable is not used, since the policy of the JDK has
changed on this point since 1.3 . You can still use it on a previous JDK.
.nf
-
.SH "FILES"
.I /usr/share/java/repository/fr/dgac.ivy/*.class
.nf
@@ -80,14 +68,14 @@ changed on this point since 1.3 . You can still use it on a previous JDK.
.SH "EXAMPLES"
.nf
-java \-DIVYBUS=143.196.53.255:2011 fr.dgac.ivy.TestIvy
+java \-DIVYBUS=143.196.53.255:2011 fr.dgac.ivy.Probe
.nf
java \-DIVYBUS=127.0.0.1:3042,10.192.36:2021,228.5.6.7:54321 fr.dgac.ivy.Probe '^coucou (.*)'
.nf
java fr.dgac.ivy.Probe \-b 10.192.36:2021 '^coucou (.*)'
.SH "NEEDED LIBRARIES"
-.I jdk 1.1, 1.2 or 1.3. The AWT version used to work on 1.0.9, but it has not
+.I jdk 1.1, 1.2 or 1.3. The AWT version used to work on 1.0.11, but it has not
been tested since
.nf
.I libgnu\-regexp\-java version 1.1.3
@@ -97,14 +85,14 @@ been tested since
.I for TestIvySwing, swing if it is not bundled in your jdk1.1
.SH "BUGS"
-None reported yet ;) Well...
-.I Probe doesn't die on the die message.
+So far, there are problems with old java VMs ( 1.1.7A ) and newest VMs ( 1.4.0
+).
.SH "AUTHORS"
.nf
-Francois\-Regis Colin <fcolin@cena.fr>
-.nf
Yannick Jestin <jestin@cena.fr>
+.nf
+Francois\-Regis Colin <fcolin@cena.fr>
.SH "SEE ALSO"
ivy\-c (1)
.nf
@@ -118,7 +106,7 @@ For further details, please refer to the Ivy html page at http://www.tls.cena.fr
.SH "NOTES"
In case of any comment or bug report on this library, please contact
-fcolin@cena.fr, jestin@cena.fr
+jestin@cena.fr
.nf
Special thanks to Michelle Jacomi (jacomi@cena.fr) for her kind support