org.apache.log4j.examples
Class NumberCruncherClient
java.lang.Object
|
+--org.apache.log4j.examples.NumberCruncherClient
- public class NumberCruncherClient
- extends Object
NumberCruncherClient is a simple client for factoring integers. A
remote NumberCruncher is contacted and asked to factor an
integer. The factors returned by the NumberCruncherServer
are displayed on the screen.
See source code of
NumberCruncherClient
for more details.
Usage: java org.apache.log4j.examples.NumberCruncherClient HOST
where HOST is the machine where the NumberCruncherServer is running
Note that class files for the example code is not included in
any of the distributed log4j jar files. You will have to add the
directory /dir-where-you-unpacked-log4j/classes
to
your classpath before trying out the examples.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberCruncherClient
public NumberCruncherClient()
main
public static void main(String[] args)
Please notify me about new log4j releases.