net.dpml.station.server
Class LoggingServer

java.lang.Object
  extended bynet.dpml.station.server.LoggingServer
All Implemented Interfaces:
Runnable

public class LoggingServer
extends Object
implements Runnable

The LoggingServer is a remote service that handles the aggregation of log records from multiple jvm processes.

Version:
1.0.1
Author:
Digital Product Meta Library

Constructor Summary
LoggingServer(int port)
          Creation of a new logging service instance.
 
Method Summary
 void run()
          Runnable implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingServer

public LoggingServer(int port)
              throws IOException
Creation of a new logging service instance.

Parameters:
port - the log server port
Throws:
IOException - if an IO exception occurs
Method Detail

run

public void run()
Runnable implementation.

Specified by:
run in interface Runnable