aboutsummaryrefslogtreecommitdiff
path: root/doc/html/api/index-all.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/api/index-all.html')
-rw-r--r--doc/html/api/index-all.html224
1 files changed, 224 insertions, 0 deletions
diff --git a/doc/html/api/index-all.html b/doc/html/api/index-all.html
new file mode 100644
index 0000000..1a94220
--- /dev/null
+++ b/doc/html/api/index-all.html
@@ -0,0 +1,224 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc on Wed Aug 08 16:40:15 CEST 2001 -->
+<TITLE>
+: Index
+</TITLE>
+<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+</HEAD>
+<BODY BGCOLOR="white">
+
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_top"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_I_">I</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_U_">U</A> <HR>
+<A NAME="_A_"><!-- --></A><H2>
+<B>A</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/Ivy.html#addApplicationListener(fr.dgac.ivy.IvyApplicationListener)"><B>addApplicationListener(IvyApplicationListener)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>adds an application listener to a bus
+<DT><A HREF="fr/dgac/ivy/Ivy.html#appName"><B>appName</B></A> -
+Variable in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>the name of the application on the bus
+</DL>
+<HR>
+<A NAME="_B_"><!-- --></A><H2>
+<B>B</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/Ivy.html#bindMsg(java.lang.String, fr.dgac.ivy.IvyMessageListener)"><B>bindMsg(String, IvyMessageListener)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>Subscribes to a regular expression.
+
+
+</DL>
+<HR>
+<A NAME="_C_"><!-- --></A><H2>
+<B>C</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/IvyApplicationAdapter.html#connect(fr.dgac.ivy.IvyClient)"><B>connect(IvyClient)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationAdapter.html">IvyApplicationAdapter</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationListener.html#connect(fr.dgac.ivy.IvyClient)"><B>connect(IvyClient)</B></A> -
+Method in interface fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationListener.html">IvyApplicationListener</A>
+<DD>invoked when a Ivy Client has joined the bus
+<DT><A HREF="fr/dgac/ivy/Ivy.html#connect(fr.dgac.ivy.IvyClient)"><B>connect(IvyClient)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_D_"><!-- --></A><H2>
+<B>D</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/Ivy.html#DEFAULT_DOMAIN"><B>DEFAULT_DOMAIN</B></A> -
+Static variable in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>the domain for the UDP rendez vous
+<DT><A HREF="fr/dgac/ivy/Ivy.html#DEFAULT_PORT"><B>DEFAULT_PORT</B></A> -
+Static variable in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>the port for the UDP rendez vous, if none is supplied
+<DT><A HREF="fr/dgac/ivy/IvyClient.html#delRegexp(int)"><B>delRegexp(int)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyClient.html">IvyClient</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationAdapter.html#die(fr.dgac.ivy.IvyClient)"><B>die(IvyClient)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationAdapter.html">IvyApplicationAdapter</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationListener.html#die(fr.dgac.ivy.IvyClient, int)"><B>die(IvyClient, int)</B></A> -
+Method in interface fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationListener.html">IvyApplicationListener</A>
+<DD>invoked when a peer request us to leave the bus
+<DT><A HREF="fr/dgac/ivy/Ivy.html#die(fr.dgac.ivy.IvyClient, int)"><B>die(IvyClient, int)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationAdapter.html#directMessage(fr.dgac.ivy.IvyClient, int, java.lang.String)"><B>directMessage(IvyClient, int, String)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationAdapter.html">IvyApplicationAdapter</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationListener.html#directMessage(fr.dgac.ivy.IvyClient, int, java.lang.String)"><B>directMessage(IvyClient, int, String)</B></A> -
+Method in interface fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationListener.html">IvyApplicationListener</A>
+<DD>invoked when a peer sends us a direct message
+<DT><A HREF="fr/dgac/ivy/Ivy.html#directMessage(fr.dgac.ivy.IvyClient, int, java.lang.String)"><B>directMessage(IvyClient, int, String)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationAdapter.html#disconnect(fr.dgac.ivy.IvyClient)"><B>disconnect(IvyClient)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationAdapter.html">IvyApplicationAdapter</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationListener.html#disconnect(fr.dgac.ivy.IvyClient)"><B>disconnect(IvyClient)</B></A> -
+Method in interface fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationListener.html">IvyApplicationListener</A>
+<DD>invoked when a Ivy Client has left the bus
+<DT><A HREF="fr/dgac/ivy/Ivy.html#disconnect(fr.dgac.ivy.IvyClient)"><B>disconnect(IvyClient)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_I_"><!-- --></A><H2>
+<B>I</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/Ivy.html"><B>Ivy</B></A> - class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>.<DD>A class connecting to the Ivy software bus.
+ <DT><A HREF="fr/dgac/ivy/Ivy.html#Ivy(java.lang.String, java.lang.String, fr.dgac.ivy.IvyApplicationListener)"><B>Ivy(String, String, IvyApplicationListener)</B></A> -
+Constructor for class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>Readies the structures for the software bus connexion.
+
+
+<DT><A HREF="fr/dgac/ivy/IvyApplicationAdapter.html"><B>IvyApplicationAdapter</B></A> - class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationAdapter.html">IvyApplicationAdapter</A>.<DD>this class is a dummy ApplicationListener<DT><A HREF="fr/dgac/ivy/IvyApplicationAdapter.html#IvyApplicationAdapter()"><B>IvyApplicationAdapter()</B></A> -
+Constructor for class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationAdapter.html">IvyApplicationAdapter</A>
+<DD>&nbsp;
+<DT><A HREF="fr/dgac/ivy/IvyApplicationListener.html"><B>IvyApplicationListener</B></A> - interface fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyApplicationListener.html">IvyApplicationListener</A>.<DD>this interface specifies the methods of an ApplicationListener<DT><A HREF="fr/dgac/ivy/IvyClient.html"><B>IvyClient</B></A> - class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyClient.html">IvyClient</A>.<DD>A private Class for the the peers on the bus.<DT><A HREF="fr/dgac/ivy/IvyException.html"><B>IvyException</B></A> - exception fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyException.html">IvyException</A>.<DD>signals that an unrecoverrable Ivy exception has occured.<DT><A HREF="fr/dgac/ivy/IvyMessageListener.html"><B>IvyMessageListener</B></A> - interface fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyMessageListener.html">IvyMessageListener</A>.<DD>this interface specifies the methods of an IvyMessageListener</DL>
+<HR>
+<A NAME="_P_"><!-- --></A><H2>
+<B>P</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/Ivy.html#PROCOCOLVERSION"><B>PROCOCOLVERSION</B></A> -
+Static variable in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>the protocol version number
+</DL>
+<HR>
+<A NAME="_R_"><!-- --></A><H2>
+<B>R</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/IvyMessageListener.html#receive(fr.dgac.ivy.IvyClient, java.lang.String[])"><B>receive(IvyClient, String[])</B></A> -
+Method in interface fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyMessageListener.html">IvyMessageListener</A>
+<DD>this callback is invoked when a message has been received
+<DT><A HREF="fr/dgac/ivy/Ivy.html#removeApplicationListener(int)"><B>removeApplicationListener(int)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>removes an application listener
+<DT><A HREF="fr/dgac/ivy/IvyClient.html#run()"><B>run()</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/IvyClient.html">IvyClient</A>
+<DD>the code of the thread handling the incoming messages.
+ this thread stops (at least it should) when the socket is closed
+ or when gardefou=false
+<DT><A HREF="fr/dgac/ivy/Ivy.html#run()"><B>run()</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>&nbsp;
+</DL>
+<HR>
+<A NAME="_S_"><!-- --></A><H2>
+<B>S</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/Ivy.html#sendMsg(java.lang.String)"><B>sendMsg(String)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>Performs a pattern matching according to everyone's regexps, and sends
+ the results to the relevant ivy agents.
+
+<DT><A HREF="fr/dgac/ivy/Ivy.html#start(java.lang.String)"><B>start(String)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>connects the Ivy bus to a domain or list of domains
+<DT><A HREF="fr/dgac/ivy/Ivy.html#stop()"><B>stop()</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>disconnects from the Ivy bus.
+
+</DL>
+<HR>
+<A NAME="_U_"><!-- --></A><H2>
+<B>U</B></H2>
+<DL>
+<DT><A HREF="fr/dgac/ivy/Ivy.html#unBindMsg(int)"><B>unBindMsg(int)</B></A> -
+Method in class fr.dgac.ivy.<A HREF="fr/dgac/ivy/Ivy.html">Ivy</A>
+<DD>unsubscribes a regular expression
+</DL>
+<HR>
+<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_I_">I</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_U_">U</A>
+<!-- ========== START OF NAVBAR ========== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+ </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+</TABLE>
+<!-- =========== END OF NAVBAR =========== -->
+
+<HR>
+
+</BODY>
+</HTML>