net.clackrouter.error
Class ErrorReportServer

java.lang.Object
  extended by net.clackrouter.error.ErrorReportServer

public class ErrorReportServer
extends java.lang.Object

Server to run on a remote host and record errors reported back to it by clack clients.

This server is not part of the standard Clack application and is not meant to be run on any client machines. The server listens indefinitely and dumps all information to a file specified at the command-line.


Field Summary
static int ERROR_PORT
           
 
Constructor Summary
ErrorReportServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_PORT

public static final int ERROR_PORT
See Also:
Constant Field Values
Constructor Detail

ErrorReportServer

public ErrorReportServer()
Method Detail

main

public static void main(java.lang.String[] args)