jhomenet.server.console.command
Class AbstractCommand

java.lang.Object
  extended by jhomenet.server.console.command.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractBlockingCommand, CaptureDataCommand, EditHardwareCommand, ListHardwareCommand, PersistDataCommand, RegisterHardwareCommand

public abstract class AbstractCommand
extends java.lang.Object
implements Command

TODO: Class description.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Field Summary
protected  ServerContext serverContext
           
 
Constructor Summary
AbstractCommand(ServerContext serverContext)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jhomenet.server.console.command.Command
execute, getCommandName, getUsageString
 

Field Detail

serverContext

protected final ServerContext serverContext
Constructor Detail

AbstractCommand

public AbstractCommand(ServerContext serverContext)
Parameters:
serverContext -


Copyright © 2004-2007 David Irwin. All Rights Reserved.