JIMSCore
Class CommandReset

java.lang.Object
  |
  +--JIMSCore.Command
        |
        +--JIMSCore.CommandReset

public class CommandReset
extends Command

This is the CommandReset class.

Author:
Steve Lewis

Field Summary
private  CommandProcessor commandProcessor
           
static java.lang.String ERR_UNKNOWN_ERROR
           
 
Fields inherited from class JIMSCore.Command
DONE, RESPONSE, stSource
 
Constructor Summary
CommandReset(CommandProcessor commandProcessor)
           
 
Method Summary
 void execute(CommandResultBuffer erb)
           
 
Methods inherited from class JIMSCore.Command
iaGetMemoryRangeOrValue, iaGetRegisterRangeOrValue, iGetNumber, iGetRegisterIndex, nextToken
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ERR_UNKNOWN_ERROR

public static final java.lang.String ERR_UNKNOWN_ERROR

commandProcessor

private CommandProcessor commandProcessor
Constructor Detail

CommandReset

public CommandReset(CommandProcessor commandProcessor)
Method Detail

execute

public void execute(CommandResultBuffer erb)
             throws InvalidCommandUseException
Overrides:
execute in class Command