net.ponder2
Class ShellInstance

java.lang.Object
  extended by net.ponder2.ShellInstance
All Implemented Interfaces:
java.lang.Runnable, ManagedObject

public class ShellInstance
extends java.lang.Object
implements java.lang.Runnable, ManagedObject

The actual class that an interactive user interacts with. One ShellInstance is spawned off in a new thread for each new connection received.

Version:
$Id: Shell.java 468 2007-07-11 09:51:47Z kpt $
Author:
Kevin Twidle

Nested Class Summary
protected static class ShellInstance.Commands
          the internal commands recognised by the shell
 
Method Summary
 void dummyop()
          Dummy operation to make sure Eclipse gives this file to the APT compiler
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

dummyop

public void dummyop()
Dummy operation to make sure Eclipse gives this file to the APT compiler



Copyright © 2008 Imperial College. All Rights Reserved.