From 09f841490cb3c1878c353b8cd6bb3ae1ea4a59ed Mon Sep 17 00:00:00 2001 From: jestin Date: Mon, 17 Jul 2000 08:55:29 +0000 Subject: Javadoc-generated html files --- doc/allclasses-frame.html | 37 ++ doc/deprecated-list.html | 87 ++++ doc/fr/dgac/ivy/Ivy.html | 613 ++++++++++++++++++++++++++++ doc/fr/dgac/ivy/IvyApplicationAdapter.html | 276 +++++++++++++ doc/fr/dgac/ivy/IvyApplicationListener.html | 230 +++++++++++ doc/fr/dgac/ivy/IvyClient.html | 605 +++++++++++++++++++++++++++ doc/fr/dgac/ivy/IvyException.html | 203 +++++++++ doc/fr/dgac/ivy/IvyMessageListener.html | 166 ++++++++ doc/fr/dgac/ivy/IvyWatcher.html | 273 +++++++++++++ doc/help-doc.html | 136 ++++++ doc/index-all.html | 324 +++++++++++++++ doc/index.html | 22 + doc/ivy-java.1 | 14 +- doc/overview-tree.html | 111 +++++ doc/package-list | 0 doc/packages.html | 26 ++ doc/serialized-form.html | 98 +++++ doc/stylesheet.css | 29 ++ 18 files changed, 3244 insertions(+), 6 deletions(-) create mode 100644 doc/allclasses-frame.html create mode 100644 doc/deprecated-list.html create mode 100644 doc/fr/dgac/ivy/Ivy.html create mode 100644 doc/fr/dgac/ivy/IvyApplicationAdapter.html create mode 100644 doc/fr/dgac/ivy/IvyApplicationListener.html create mode 100644 doc/fr/dgac/ivy/IvyClient.html create mode 100644 doc/fr/dgac/ivy/IvyException.html create mode 100644 doc/fr/dgac/ivy/IvyMessageListener.html create mode 100644 doc/fr/dgac/ivy/IvyWatcher.html create mode 100644 doc/help-doc.html create mode 100644 doc/index-all.html create mode 100644 doc/index.html create mode 100644 doc/overview-tree.html create mode 100644 doc/package-list create mode 100644 doc/packages.html create mode 100644 doc/serialized-form.html create mode 100644 doc/stylesheet.css diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html new file mode 100644 index 0000000..21a11ce --- /dev/null +++ b/doc/allclasses-frame.html @@ -0,0 +1,37 @@ + + + + + + +All Classes + + + + + +All Classes +
+ + + + + +
Ivy +
+IvyApplicationAdapter +
+IvyApplicationListener +
+IvyClient +
+IvyException +
+IvyMessageListener +
+IvyWatcher +
+
+ + + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html new file mode 100644 index 0000000..01f9b85 --- /dev/null +++ b/doc/deprecated-list.html @@ -0,0 +1,87 @@ + + + + + + +: Deprecated List + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Deprecated API

+
+
+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/fr/dgac/ivy/Ivy.html b/doc/fr/dgac/ivy/Ivy.html new file mode 100644 index 0000000..9bbfd12 --- /dev/null +++ b/doc/fr/dgac/ivy/Ivy.html @@ -0,0 +1,613 @@ + + + + + + +: Class Ivy + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +fr.dgac.ivy +
+Class Ivy

+
+java.lang.Object
+  |
+  +--fr.dgac.ivy.Ivy
+
+
+
+
public class Ivy
extends java.lang.Object
implements java.lang.Runnable, IvyApplicationListener
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+ java.lang.StringappName + +
+           
+static java.lang.StringDEFAULT_DOMAIN + +
+           
+static intDEFAULT_PORT + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Ivy(java.lang.String name, + java.lang.String message, + IvyApplicationListener appcb) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intaddApplicationListener(IvyApplicationListener callback) + +
+           
+ intbindMsg(java.lang.String regexp, + IvyMessageListener callback) + +
+           
+ booleancheckConnected(IvyClient clnt) + +
+           
+ voidconnect(IvyClient client) + +
+           
+ voiddie(IvyClient client, + int id) + +
+           
+ voiddirectMessage(IvyClient client, + int id, + java.lang.String msgarg) + +
+           
+ voiddisconnect(IvyClient client) + +
+           
+ intgetApplicationPort() + +
+           
+static java.lang.StringgetDomain(java.lang.String domainbus) + +
+           
+ java.lang.StringgetReadyMessage() + +
+           
+ java.util.HashtablegetRegexpOut() + +
+           
+ booleanivyRunning() + +
+           
+ voidremoveApplicationListener(int id) + +
+           
+ voidrun() + +
+           
+ intsendMsg(java.lang.String message) + +
+           
+ voidstart(java.lang.String domainbus) + +
+           
+ voidstop() + +
+           
+ voidunBindMsg(int id) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, +equals, +finalize, +getClass, +hashCode, +notify, +notifyAll, +toString, +wait, +wait, +wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+DEFAULT_PORT

+
+public static final int DEFAULT_PORT
+
+
+
+ +

+DEFAULT_DOMAIN

+
+public static final java.lang.String DEFAULT_DOMAIN
+
+
+
+ +

+appName

+
+public java.lang.String appName
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Ivy

+
+public Ivy(java.lang.String name,
+           java.lang.String message,
+           IvyApplicationListener appcb)
+
+
+ + + + + + + + +
+Method Detail
+ +

+ivyRunning

+
+public boolean ivyRunning()
+
+
+
+
+
+
+ +

+getRegexpOut

+
+public java.util.Hashtable getRegexpOut()
+
+
+
+
+
+
+ +

+getReadyMessage

+
+public java.lang.String getReadyMessage()
+
+
+
+
+
+
+ +

+getApplicationPort

+
+public int getApplicationPort()
+
+
+
+
+
+
+ +

+sendMsg

+
+public int sendMsg(java.lang.String message)
+
+
+
+
+
+
+ +

+bindMsg

+
+public int bindMsg(java.lang.String regexp,
+                   IvyMessageListener callback)
+
+
+
+
+
+
+ +

+unBindMsg

+
+public void unBindMsg(int id)
+
+
+
+
+
+
+ +

+addApplicationListener

+
+public int addApplicationListener(IvyApplicationListener callback)
+
+
+
+
+
+
+ +

+removeApplicationListener

+
+public void removeApplicationListener(int id)
+
+
+
+
+
+
+ +

+connect

+
+public void connect(IvyClient client)
+
+
+
Specified by:
connect in interface IvyApplicationListener
+
+
+
+ +

+disconnect

+
+public void disconnect(IvyClient client)
+
+
+
Specified by:
disconnect in interface IvyApplicationListener
+
+
+
+ +

+die

+
+public void die(IvyClient client,
+                int id)
+
+
+
Specified by:
die in interface IvyApplicationListener
+
+
+
+ +

+directMessage

+
+public void directMessage(IvyClient client,
+                          int id,
+                          java.lang.String msgarg)
+
+
+
Specified by:
directMessage in interface IvyApplicationListener
+
+
+
+ +

+getDomain

+
+public static java.lang.String getDomain(java.lang.String domainbus)
+                                  throws IvyException
+
+
+
+
+
+
+ +

+start

+
+public void start(java.lang.String domainbus)
+           throws IvyException
+
+
+
+
+
+
+ +

+stop

+
+public void stop()
+
+
+
+
+
+
+ +

+checkConnected

+
+public boolean checkConnected(IvyClient clnt)
+
+
+
+
+
+
+ +

+run

+
+public void run()
+
+
+
Specified by:
run in interface java.lang.Runnable
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/fr/dgac/ivy/IvyApplicationAdapter.html b/doc/fr/dgac/ivy/IvyApplicationAdapter.html new file mode 100644 index 0000000..f0e38af --- /dev/null +++ b/doc/fr/dgac/ivy/IvyApplicationAdapter.html @@ -0,0 +1,276 @@ + + + + + + +: Class IvyApplicationAdapter + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +fr.dgac.ivy +
+Class IvyApplicationAdapter

+
+java.lang.Object
+  |
+  +--fr.dgac.ivy.IvyApplicationAdapter
+
+
+
+
public abstract class IvyApplicationAdapter
extends java.lang.Object
implements IvyApplicationListener
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
IvyApplicationAdapter() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidconnect(IvyClient client) + +
+           
+ voiddie(IvyClient client) + +
+           
+ voiddirectMessage(IvyClient client, + int id, + java.lang.String msgarg) + +
+           
+ voiddisconnect(IvyClient client) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, +equals, +finalize, +getClass, +hashCode, +notify, +notifyAll, +toString, +wait, +wait, +wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IvyApplicationAdapter

+
+public IvyApplicationAdapter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+connect

+
+public void connect(IvyClient client)
+
+
+
Specified by:
connect in interface IvyApplicationListener
+
+
+
+ +

+disconnect

+
+public void disconnect(IvyClient client)
+
+
+
Specified by:
disconnect in interface IvyApplicationListener
+
+
+
+ +

+die

+
+public void die(IvyClient client)
+
+
+
+
+
+
+ +

+directMessage

+
+public void directMessage(IvyClient client,
+                          int id,
+                          java.lang.String msgarg)
+
+
+
Specified by:
directMessage in interface IvyApplicationListener
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/fr/dgac/ivy/IvyApplicationListener.html b/doc/fr/dgac/ivy/IvyApplicationListener.html new file mode 100644 index 0000000..f434345 --- /dev/null +++ b/doc/fr/dgac/ivy/IvyApplicationListener.html @@ -0,0 +1,230 @@ + + + + + + +: Interface IvyApplicationListener + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +fr.dgac.ivy +
+Interface IvyApplicationListener

+
+
All Known Implementing Classes:
Ivy, IvyApplicationAdapter
+
+
+
+
public interface IvyApplicationListener
extends java.util.EventListener
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidconnect(IvyClient client) + +
+           
+ voiddie(IvyClient client, + int id) + +
+           
+ voiddirectMessage(IvyClient client, + int id, + java.lang.String msgarg) + +
+           
+ voiddisconnect(IvyClient client) + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+connect

+
+public void connect(IvyClient client)
+
+
+
+
+
+
+ +

+disconnect

+
+public void disconnect(IvyClient client)
+
+
+
+
+
+
+ +

+die

+
+public void die(IvyClient client,
+                int id)
+
+
+
+
+
+
+ +

+directMessage

+
+public void directMessage(IvyClient client,
+                          int id,
+                          java.lang.String msgarg)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/fr/dgac/ivy/IvyClient.html b/doc/fr/dgac/ivy/IvyClient.html new file mode 100644 index 0000000..ec128a7 --- /dev/null +++ b/doc/fr/dgac/ivy/IvyClient.html @@ -0,0 +1,605 @@ + + + + + + +: Class IvyClient + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +fr.dgac.ivy +
+Class IvyClient

+
+java.lang.Object
+  |
+  +--java.lang.Thread
+        |
+        +--fr.dgac.ivy.IvyClient
+
+
+
+
public class IvyClient
extends java.lang.Thread
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static intAddRegexp + +
+           
+static intBye + +
+           
+static intDelRegexp + +
+           
+static intDie + +
+           
+static intDirectMsg + +
+           
+static java.lang.StringEndArg + +
+           
+static intEndRegexp + +
+           
+static intError + +
+           
+static intMsg + +
+           
+static intPing + +
+           
+static intPong + +
+           
+static java.lang.StringStartArg + +
+           
+static intStartRegexp + +
+           
+ + + + + + + +
Fields inherited from class java.lang.Thread
MAX_PRIORITY, +MIN_PRIORITY, +NORM_PRIORITY
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelRegexp(int id) + +
+           
+ java.lang.StringFrom() + +
+           
+ java.lang.StringgetApplicationName() + +
+           
+ intgetAppPort() + +
+           
+ java.net.InetAddressgetRemoteAddress() + +
+           
+ voidrun() + +
+           
+ booleansameClient(IvyClient clnt) + +
+           
+ voidsendDie() + +
+           
+ voidsendDie(java.lang.String message) + +
+           
+ intsendMsg(java.lang.String message) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Thread
activeCount, +checkAccess, +countStackFrames, +currentThread, +destroy, +dumpStack, +enumerate, +getContextClassLoader, +getName, +getPriority, +getThreadGroup, +interrupt, +interrupted, +isAlive, +isDaemon, +isInterrupted, +join, +join, +join, +resume, +setContextClassLoader, +setDaemon, +setName, +setPriority, +sleep, +sleep, +start, +stop, +stop, +suspend, +toString, +yield
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, +equals, +finalize, +getClass, +hashCode, +notify, +notifyAll, +wait, +wait, +wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+Bye

+
+public static final int Bye
+
+
+
+ +

+AddRegexp

+
+public static final int AddRegexp
+
+
+
+ +

+Msg

+
+public static final int Msg
+
+
+
+ +

+Error

+
+public static final int Error
+
+
+
+ +

+DelRegexp

+
+public static final int DelRegexp
+
+
+
+ +

+EndRegexp

+
+public static final int EndRegexp
+
+
+
+ +

+StartRegexp

+
+public static final int StartRegexp
+
+
+
+ +

+DirectMsg

+
+public static final int DirectMsg
+
+
+
+ +

+Die

+
+public static final int Die
+
+
+
+ +

+Ping

+
+public static final int Ping
+
+
+
+ +

+Pong

+
+public static final int Pong
+
+
+
+ +

+StartArg

+
+public static final java.lang.String StartArg
+
+
+
+ +

+EndArg

+
+public static final java.lang.String EndArg
+
+
+ + + + + + + + + + + +
+Method Detail
+ +

+getRemoteAddress

+
+public java.net.InetAddress getRemoteAddress()
+
+
+
+ +

+getApplicationName

+
+public java.lang.String getApplicationName()
+
+
+
+ +

+getAppPort

+
+public int getAppPort()
+
+
+
+ +

+sendDie

+
+public void sendDie()
+
+
+
+ +

+sendDie

+
+public void sendDie(java.lang.String message)
+
+
+
+ +

+sendMsg

+
+public int sendMsg(java.lang.String message)
+
+
+
+ +

+sameClient

+
+public boolean sameClient(IvyClient clnt)
+
+
+
+ +

+delRegexp

+
+public void delRegexp(int id)
+
+
+
+ +

+run

+
+public void run()
+
+
+
Overrides:
run in class java.lang.Thread
+
+
+
+ +

+From

+
+public java.lang.String From()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/fr/dgac/ivy/IvyException.html b/doc/fr/dgac/ivy/IvyException.html new file mode 100644 index 0000000..296a50b --- /dev/null +++ b/doc/fr/dgac/ivy/IvyException.html @@ -0,0 +1,203 @@ + + + + + + +: Class IvyException + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +fr.dgac.ivy +
+Class IvyException

+
+java.lang.Object
+  |
+  +--java.lang.Throwable
+        |
+        +--java.lang.Exception
+              |
+              +--fr.dgac.ivy.IvyException
+
+
+
+
public class IvyException
extends java.lang.Exception
+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
IvyException(java.lang.String s) + +
+           
+  + + + + + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, +getLocalizedMessage, +getMessage, +printStackTrace, +printStackTrace, +printStackTrace, +toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, +equals, +finalize, +getClass, +hashCode, +notify, +notifyAll, +wait, +wait, +wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+IvyException

+
+public IvyException(java.lang.String s)
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/fr/dgac/ivy/IvyMessageListener.html b/doc/fr/dgac/ivy/IvyMessageListener.html new file mode 100644 index 0000000..2bd5413 --- /dev/null +++ b/doc/fr/dgac/ivy/IvyMessageListener.html @@ -0,0 +1,166 @@ + + + + + + +: Interface IvyMessageListener + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +fr.dgac.ivy +
+Interface IvyMessageListener

+
+
+
public interface IvyMessageListener
extends java.util.EventListener
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidreceive(IvyClient client, + java.lang.String[] args) + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+receive

+
+public void receive(IvyClient client,
+                    java.lang.String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/fr/dgac/ivy/IvyWatcher.html b/doc/fr/dgac/ivy/IvyWatcher.html new file mode 100644 index 0000000..658b50e --- /dev/null +++ b/doc/fr/dgac/ivy/IvyWatcher.html @@ -0,0 +1,273 @@ + + + + + + +: Class IvyWatcher + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +fr.dgac.ivy +
+Class IvyWatcher

+
+java.lang.Object
+  |
+  +--java.lang.Thread
+        |
+        +--fr.dgac.ivy.IvyWatcher
+
+
+
+
public class IvyWatcher
extends java.lang.Thread
+ +

+


+ +

+ + + + + + + + + + + + + +
Fields inherited from class java.lang.Thread
MAX_PRIORITY, +MIN_PRIORITY, +NORM_PRIORITY
+  + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ voidrun() + +
+           
+ voidsendStart(java.lang.String domain) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Thread
activeCount, +checkAccess, +countStackFrames, +currentThread, +destroy, +dumpStack, +enumerate, +getContextClassLoader, +getName, +getPriority, +getThreadGroup, +interrupt, +interrupted, +isAlive, +isDaemon, +isInterrupted, +join, +join, +join, +resume, +setContextClassLoader, +setDaemon, +setName, +setPriority, +sleep, +sleep, +start, +stop, +stop, +suspend, +toString, +yield
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, +equals, +finalize, +getClass, +hashCode, +notify, +notifyAll, +wait, +wait, +wait
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+
+
+
+ +

+sendStart

+
+public void sendStart(java.lang.String domain)
+               throws IvyException
+
+
+
+ +

+run

+
+public void run()
+
+
+
Overrides:
run in class java.lang.Thread
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/help-doc.html b/doc/help-doc.html new file mode 100644 index 0000000..741f08d --- /dev/null +++ b/doc/help-doc.html @@ -0,0 +1,136 @@ + + + + + + +: API Help + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, inner class and inner interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/index-all.html b/doc/index-all.html new file mode 100644 index 0000000..08489c3 --- /dev/null +++ b/doc/index-all.html @@ -0,0 +1,324 @@ + + + + + + +: Index + + + + + + + + + + + + + + + + + +
+ +
+ + +A B C D E F G I M P R S U
+

+A

+
+
addApplicationListener(IvyApplicationListener) - +Method in class fr.dgac.ivy.Ivy +
  +
AddRegexp - +Static variable in class fr.dgac.ivy.IvyClient +
  +
appName - +Variable in class fr.dgac.ivy.Ivy +
  +
+
+

+B

+
+
bindMsg(String, IvyMessageListener) - +Method in class fr.dgac.ivy.Ivy +
  +
Bye - +Static variable in class fr.dgac.ivy.IvyClient +
  +
+
+

+C

+
+
checkConnected(IvyClient) - +Method in class fr.dgac.ivy.Ivy +
  +
close() - +Method in class fr.dgac.ivy.IvyWatcher +
  +
connect(IvyClient) - +Method in class fr.dgac.ivy.Ivy +
  +
connect(IvyClient) - +Method in class fr.dgac.ivy.IvyApplicationAdapter +
  +
connect(IvyClient) - +Method in interface fr.dgac.ivy.IvyApplicationListener +
  +
+
+

+D

+
+
DEFAULT_DOMAIN - +Static variable in class fr.dgac.ivy.Ivy +
  +
DEFAULT_PORT - +Static variable in class fr.dgac.ivy.Ivy +
  +
DelRegexp - +Static variable in class fr.dgac.ivy.IvyClient +
  +
delRegexp(int) - +Method in class fr.dgac.ivy.IvyClient +
  +
Die - +Static variable in class fr.dgac.ivy.IvyClient +
  +
die(IvyClient) - +Method in class fr.dgac.ivy.IvyApplicationAdapter +
  +
die(IvyClient, int) - +Method in class fr.dgac.ivy.Ivy +
  +
die(IvyClient, int) - +Method in interface fr.dgac.ivy.IvyApplicationListener +
  +
directMessage(IvyClient, int, String) - +Method in class fr.dgac.ivy.Ivy +
  +
directMessage(IvyClient, int, String) - +Method in class fr.dgac.ivy.IvyApplicationAdapter +
  +
directMessage(IvyClient, int, String) - +Method in interface fr.dgac.ivy.IvyApplicationListener +
  +
DirectMsg - +Static variable in class fr.dgac.ivy.IvyClient +
  +
disconnect(IvyClient) - +Method in class fr.dgac.ivy.Ivy +
  +
disconnect(IvyClient) - +Method in class fr.dgac.ivy.IvyApplicationAdapter +
  +
disconnect(IvyClient) - +Method in interface fr.dgac.ivy.IvyApplicationListener +
  +
+
+

+E

+
+
EndArg - +Static variable in class fr.dgac.ivy.IvyClient +
  +
EndRegexp - +Static variable in class fr.dgac.ivy.IvyClient +
  +
Error - +Static variable in class fr.dgac.ivy.IvyClient +
  +
+
+

+F

+
+
From() - +Method in class fr.dgac.ivy.IvyClient +
  +
+
+

+G

+
+
getApplicationName() - +Method in class fr.dgac.ivy.IvyClient +
  +
getApplicationPort() - +Method in class fr.dgac.ivy.Ivy +
  +
getAppPort() - +Method in class fr.dgac.ivy.IvyClient +
  +
getDomain(String) - +Static method in class fr.dgac.ivy.Ivy +
  +
getReadyMessage() - +Method in class fr.dgac.ivy.Ivy +
  +
getRegexpOut() - +Method in class fr.dgac.ivy.Ivy +
  +
getRemoteAddress() - +Method in class fr.dgac.ivy.IvyClient +
  +
+
+

+I

+
+
Ivy - class fr.dgac.ivy.Ivy.
 
Ivy(String, String, IvyApplicationListener) - +Constructor for class fr.dgac.ivy.Ivy +
  +
IvyApplicationAdapter - class fr.dgac.ivy.IvyApplicationAdapter.
 
IvyApplicationAdapter() - +Constructor for class fr.dgac.ivy.IvyApplicationAdapter +
  +
IvyApplicationListener - interface fr.dgac.ivy.IvyApplicationListener.
 
IvyClient - class fr.dgac.ivy.IvyClient.
 
IvyException - exception fr.dgac.ivy.IvyException.
 
IvyException(String) - +Constructor for class fr.dgac.ivy.IvyException +
  +
IvyMessageListener - interface fr.dgac.ivy.IvyMessageListener.
 
ivyRunning() - +Method in class fr.dgac.ivy.Ivy +
  +
IvyWatcher - class fr.dgac.ivy.IvyWatcher.
 
+
+

+M

+
+
Msg - +Static variable in class fr.dgac.ivy.IvyClient +
  +
+
+

+P

+
+
Ping - +Static variable in class fr.dgac.ivy.IvyClient +
  +
Pong - +Static variable in class fr.dgac.ivy.IvyClient +
  +
+
+

+R

+
+
receive(IvyClient, String[]) - +Method in interface fr.dgac.ivy.IvyMessageListener +
  +
removeApplicationListener(int) - +Method in class fr.dgac.ivy.Ivy +
  +
run() - +Method in class fr.dgac.ivy.Ivy +
  +
run() - +Method in class fr.dgac.ivy.IvyClient +
  +
run() - +Method in class fr.dgac.ivy.IvyWatcher +
  +
+
+

+S

+
+
sameClient(IvyClient) - +Method in class fr.dgac.ivy.IvyClient +
  +
sendDie() - +Method in class fr.dgac.ivy.IvyClient +
  +
sendDie(String) - +Method in class fr.dgac.ivy.IvyClient +
  +
sendMsg(String) - +Method in class fr.dgac.ivy.Ivy +
  +
sendMsg(String) - +Method in class fr.dgac.ivy.IvyClient +
  +
sendStart(String) - +Method in class fr.dgac.ivy.IvyWatcher +
  +
start(String) - +Method in class fr.dgac.ivy.Ivy +
  +
StartArg - +Static variable in class fr.dgac.ivy.IvyClient +
  +
StartRegexp - +Static variable in class fr.dgac.ivy.IvyClient +
  +
stop() - +Method in class fr.dgac.ivy.Ivy +
  +
+
+

+U

+
+
unBindMsg(int) - +Method in class fr.dgac.ivy.Ivy +
  +
+
+A B C D E F G I M P R S U + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..630ff12 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,22 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to <A HREF="fr/dgac/ivy/Ivy.html">Non-frame version.</A> + diff --git a/doc/ivy-java.1 b/doc/ivy-java.1 index c17901f..f457089 100644 --- a/doc/ivy-java.1 +++ b/doc/ivy-java.1 @@ -52,17 +52,19 @@ java -DIVYBUS=143.196.53.255:2011 -classpath /usr/lib/jdk1.1/lib/classes.zip:/us -DIVYBUS is optional .SH NEEDED LIBRARIES -.I jdk1.1 version 1.1 +.I jdk1.1 version 1.1 or 1.2 .nf .I libgnu-regexp-java version 1.0 +.nf +.I swing if you use jdk1.1 .SH BUGS -none reported yet! +There are problems on the jdk 1.3 platform. .SH AUTHORS .nf -Francois-Regis Colin +Francois-Regis Colin .nf -Yannick Jestin +Yannick Jestin .SH SEE ALSO ivy-c (1) .nf @@ -72,8 +74,8 @@ ivy-c-functions (1) .nf ivyprobe (1) .sp -For further details, please refer to the Ivy html page at http://www.cenatls.cena.dgac.fr/pii/produits/Ivy.html +For further details, please refer to the Ivy html page at http://www.tls.cena.fr/products/ivy/ .SH NOTES In case of any comment or bug report on this library, please contact -fcolin@cenatoulouse.dgac.fr, jestin@cenatoulouse.dgac.fr or jacomi@cenatoulouse.dgac.fr +fcolin@cena.fr, jestin@cena.fr or jacomi@cena.fr diff --git a/doc/overview-tree.html b/doc/overview-tree.html new file mode 100644 index 0000000..80b22bb --- /dev/null +++ b/doc/overview-tree.html @@ -0,0 +1,111 @@ + + + + + + +: Class Hierarchy + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Hierarchy For All Packages

+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/package-list b/doc/package-list new file mode 100644 index 0000000..e69de29 diff --git a/doc/packages.html b/doc/packages.html new file mode 100644 index 0000000..2686165 --- /dev/null +++ b/doc/packages.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + +
+ +
+ +
+
+The front page has been relocated.Please see: +
+          Frame version +
+          Non-frame version.
+ + + diff --git a/doc/serialized-form.html b/doc/serialized-form.html new file mode 100644 index 0000000..c7e3078 --- /dev/null +++ b/doc/serialized-form.html @@ -0,0 +1,98 @@ + + + + + + +Serialized Form + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
+

+Serialized Form

+
+ + + + + +
+Class fr.dgac.ivy.IvyException implements Serializable
+ +

+ +

+


+ + + + + + + + + + + + + +
+ +
+ + +
+ + + diff --git a/doc/stylesheet.css b/doc/stylesheet.css new file mode 100644 index 0000000..95f5764 --- /dev/null +++ b/doc/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */ +.TableRowColor { background: #FFFFFF } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: normal; font-family: normal } +.FrameHeadingFont { font-size: normal; font-family: normal } +.FrameItemFont { font-size: normal; font-family: normal } + +/* Example of smaller, sans-serif font in frames */ +/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */ + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF;}/* Light mauve */ +.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;} + -- cgit v1.1