org.apache.xbean.terminal.telnet
Class TelnetDaemon

java.lang.Object
  extended by org.apache.xbean.terminal.telnet.TelnetDaemon
All Implemented Interfaces:
Runnable

public class TelnetDaemon
extends Object
implements Runnable


Constructor Summary
TelnetDaemon(String serverName, int port)
           
 
Method Summary
 void run()
           
 void service(Socket socket)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetDaemon

public TelnetDaemon(String serverName,
                    int port)
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

service

public void service(Socket socket)
             throws IOException
Throws:
IOException

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.