hammant 2003/01/10 05:42:18 Modified: altrmi/src/xdocs client-usage.xml connection-listeners.xml otherfeatures.xml pingers.xml tests.xml Log: Update to reflect recent changes. Revision Changes Path 1.5 +2 -2 jakarta-avalon-excalibur/altrmi/src/xdocs/client-usage.xml Index: client-usage.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/xdocs/client-usage.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- client-usage.xml 9 Jan 2003 22:55:28 -0000 1.4 +++ client-usage.xml 10 Jan 2003 13:42:18 -0000 1.5 @@ -36,7 +36,7 @@ Directly using AltRMI classes, you can lookup the same interface. <source> <![CDATA[ -Factory factory = new ClientClassAltrmiFactory(false); +Factory factory = new ClientSideClassFactory(false); factory.setHostContext(new SocketCustomStreamHostContext("somehost", 1235)); TestInterface ti = (TestInterface) af.lookup("Hello"); ]]> 1.5 +7 -1 jakarta-avalon-excalibur/altrmi/src/xdocs/connection-listeners.xml Index: connection-listeners.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/xdocs/connection-listeners.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- connection-listeners.xml 7 Jan 2003 23:27:26 -0000 1.4 +++ connection-listeners.xml 10 Jan 2003 13:42:18 -0000 1.5 @@ -35,6 +35,12 @@ specified. </p> </s2> + <s2 title="DumbConnectionListener"> + <p> + This connection listener plays no proactive part in any connection listening. + It is useful for 'devils advocate' testing, production hardening etc. + </p> + </s2> </s1> </body> <footer> 1.5 +2 -12 jakarta-avalon-excalibur/altrmi/src/xdocs/otherfeatures.xml Index: otherfeatures.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/xdocs/otherfeatures.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- otherfeatures.xml 12 Dec 2002 07:56:59 -0000 1.4 +++ otherfeatures.xml 10 Jan 2003 13:42:18 -0000 1.5 @@ -8,14 +8,9 @@ </authors> </header> <body> - <s1 title="Introduction"> - <p> - Blah - </p> - </s1> <s1 title="Features"> <p> - Blah + There are various features of AltRMI that are eiether different to RMI or are configurable. </p> <s2 title="Choice of location of generated Proxy class."> <p> @@ -97,11 +92,6 @@ will forward calls to (TODO). </p> </s2> - <s2 title=""> - <p> - Blah - </p> - </s2> </s1> </body> <footer> 1.6 +6 -1 jakarta-avalon-excalibur/altrmi/src/xdocs/pingers.xml Index: pingers.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/xdocs/pingers.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pingers.xml 7 Jan 2003 23:27:26 -0000 1.5 +++ pingers.xml 10 Jan 2003 13:42:18 -0000 1.6 @@ -41,6 +41,11 @@ This pinger pings every ten seconds until the connection is closed. </p> </s2> + <s2 title="NeverConnectionPinger"> + <p> + This pinger never pings the server. + </p> + </s2> </s1> </body> <footer> 1.3 +4 -1 jakarta-avalon-excalibur/altrmi/src/xdocs/tests.xml Index: tests.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/xdocs/tests.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tests.xml 26 Jul 2002 16:21:36 -0000 1.2 +++ tests.xml 10 Jan 2003 13:42:18 -0000 1.3 @@ -13,6 +13,9 @@ There are a number of examples that come with AltRMI. They are only present in the source download or the CVS depot, so we will assume that you have one or the other of these. </p> + <p> + TODO: This entire page is out of date. + </p> </s1> <s1 title="Tests using AltRMI"> <p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>