Sea 0.4.0

gov.lbl.dsd.sea.nio.demo
Class TimeServer

java.lang.Object
  extended bygov.lbl.dsd.sea.EventHandler
      extended bygov.lbl.dsd.sea.nio.AgentEventHandler
          extended bygov.lbl.dsd.sea.nio.demo.TimeServer

public class TimeServer
extends AgentEventHandler

Simple time server that can be tested in conjunction with a standard UNIX telnet client.

Version:
$Revision: 1.4 $, $Date: 2004/09/16 16:57:15 $

Constructor Summary
TimeServer(String[] args)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class gov.lbl.dsd.sea.nio.AgentEventHandler
handle
 
Methods inherited from class gov.lbl.dsd.sea.EventHandler
onStart, onStop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeServer

public TimeServer(String[] args)
           throws IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

Sea 0.4.0