grace.log.test.centralized
Class Server

java.lang.Object
  |
  +--grace.log.test.centralized.Server

public class Server
extends java.lang.Object

This implements a very simple log server. Logging clients can establish proxy handlers to it so that log events will be sent to it, presumably so that other clients (viewers) can add remote handlers and view the sender log events.

To run the full test:


Constructor Summary
Server()
           
 
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
 

Constructor Detail

Server

public Server()
Method Detail

main

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