Class AppDeamon

java.lang.Object
  |
  +--TelnetDeamon
        |
        +--AppDeamon

public class AppDeamon
extends TelnetDeamon

This class inherits from a Telnet Client/Server class to server as an example of a client/server interface using Telnet with Java. it understands these commands: date act-user canc-user

Version:
1.0
Author:
Paul Regenhardt

Fields inherited from class TelnetDeamon
config, connections
 
Constructor Summary
AppDeamon()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void performAction(TelnetThread t, java.lang.String s)
           
 
Methods inherited from class TelnetDeamon
get, setprompt, start, welcomeMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppDeamon

public AppDeamon()
Method Detail

main

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

performAction

public void performAction(TelnetThread t,
                          java.lang.String s)
Overrides:
performAction in class TelnetDeamon