From 616543fda99482a6e59d0be64553e33819be5559 Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 5 Jun 2002 11:22:44 +0000 Subject: All those files are generated by a top level "make doc" --- 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 ------------- 7 files changed, 2366 deletions(-) delete mode 100644 doc/fr/dgac/ivy/Ivy.html delete mode 100644 doc/fr/dgac/ivy/IvyApplicationAdapter.html delete mode 100644 doc/fr/dgac/ivy/IvyApplicationListener.html delete mode 100644 doc/fr/dgac/ivy/IvyClient.html delete mode 100644 doc/fr/dgac/ivy/IvyException.html delete mode 100644 doc/fr/dgac/ivy/IvyMessageListener.html delete mode 100644 doc/fr/dgac/ivy/IvyWatcher.html diff --git a/doc/fr/dgac/ivy/Ivy.html b/doc/fr/dgac/ivy/Ivy.html deleted file mode 100644 index 9bbfd12..0000000 --- a/doc/fr/dgac/ivy/Ivy.html +++ /dev/null @@ -1,613 +0,0 @@ - - - - - - -: 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 deleted file mode 100644 index f0e38af..0000000 --- a/doc/fr/dgac/ivy/IvyApplicationAdapter.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -: 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 deleted file mode 100644 index f434345..0000000 --- a/doc/fr/dgac/ivy/IvyApplicationListener.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - -: 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 deleted file mode 100644 index ec128a7..0000000 --- a/doc/fr/dgac/ivy/IvyClient.html +++ /dev/null @@ -1,605 +0,0 @@ - - - - - - -: 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 deleted file mode 100644 index 296a50b..0000000 --- a/doc/fr/dgac/ivy/IvyException.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - -: 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 deleted file mode 100644 index 2bd5413..0000000 --- a/doc/fr/dgac/ivy/IvyMessageListener.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -: 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 deleted file mode 100644 index 658b50e..0000000 --- a/doc/fr/dgac/ivy/IvyWatcher.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -: 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
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.1