org.jwall
Class AuditServer

java.lang.Object
  extended by 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>

Field Summary
static String VERSION
           
 
Constructor Summary
AuditServer()
           
 
Method Summary
static void daemonize()
           
static void log(String msg)
           
static void main(String[] args)
           
static void printUsage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

AuditServer

public AuditServer()
Method Detail

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.