|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.error.ErrorReportServer
public class ErrorReportServer
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 |
---|
public static final int ERROR_PORT
Constructor Detail |
---|
public ErrorReportServer()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |