org.jwall
Class AuditServer
java.lang.Object
org.jwall.AuditServer
public class AuditServer
- extends Object
This class encapsulates the AuditEvent server. It starts a server-process, listening
for incoming ssl-connections on the specified port (default port is 10001). This is
all handled by the org.jwall.audit.net.NetworkEventServer class.
This class mainly parses the config and commandline settings and starts the basic
server-thread.
- Author:
- Christian Bockermann <chris@jwall.org>
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
AuditServer
public AuditServer()
main
public static void main(String[] args)
daemonize
public static void daemonize()
throws Exception
- Throws:
Exception
printUsage
public static void printUsage()
log
public static void log(String msg)
Copyright © 2012 jwall.org. All Rights Reserved.