jde.debugger.command
Class DebugProcessCommand

java.lang.Object
  |
  +--jde.debugger.command.DebugCommand
        |
        +--jde.debugger.command.DebugProcessCommand
All Implemented Interfaces:
java.lang.Cloneable, Protocol
Direct Known Subclasses:
Break, CancelTraceClasses, CancelTraceMethods, CancelTraceThreads, Clear, DebugThread, EvaluateExpression, Finish, GetArray, GetLoadedClasses, GetLocals, GetObject, GetObjectMonitors, GetPathInfo, GetString, GetThis, GetThread, GetThreads, Interrupt, KillThread, NullCommand, Resume, Run, Step, Suspend, TraceClasses, TraceExceptions, TraceMethods, TraceThreads, Watch

public abstract class DebugProcessCommand
extends DebugCommand

DebugProcessCommand.java Created: Fri Jan 28 21:58:06 2000 Copyright (c) 2000, 2001, 2003 Paul Kinnucan

Version:
$Revision: 1.3 $
Author:
Paul Kinnucan

Field Summary
protected  Debugger m_debugger
           
 
Fields inherited from interface jde.debugger.Protocol
APP_IO, ATTACH_SHMEM, ATTACH_SOCKET, BR, BREAK, CANCEL_TRACE_CLASSES, CANCEL_TRACE_METHODS, CANCEL_TRACE_THREADS, CLEAR, CMD_NOK, CMD_OK, COMMAND_ERROR, COMMAND_RESULT, COMMANDS, CONNECTED_TO_VM, DEBUG, ERROR, EVALUATE, EVENT_BREAKPOINT_HIT, EVENT_CLASS_PREPARE, EVENT_CLASS_UNLOAD, EVENT_EXCEPTION, EVENT_METHOD_ENTRY, EVENT_METHOD_EXIT, EVENT_OTHER, EVENT_STEP_COMPLETED, EVENT_THREAD_DEATH, EVENT_THREAD_START, EVENT_VM_DEATH, EVENT_VM_DISCONNECT, EVENT_VM_START, EVENT_WATCHPOINT_HIT, EVENTS, EVENTSET, EXCEPTION, EXIT, FINISH, FRAMEWORK, GET_ARRAY, GET_LOADED_CLASSES, GET_LOCALS, GET_OBJECT, GET_OBJECT_MONITORS, GET_PATH_INFORMATION, GET_STRING, GET_THREAD, GET_THREADS, GUI, INTERRUPT, INVALID, JDE_BUG, JDE_INIT_DEBUG_SESSION, JDE_PIPE, KILL_THREAD, LAUNCH, LISTEN_SHMEM, LISTEN_SOCKET, MESSAGE, NONE, NOQUOTE, QUIT, QUOTE, REPORT_IDS_IN_USE, RESUME, RUN, SPEC_RESOLVED, STEP, SUSPEND, TRACE_CLASSES, TRACE_EXCEPTIONS, TRACE_METHODS, TRACE_THREADS, WARNING, WATCH
 
Constructor Summary
DebugProcessCommand()
           
 
Method Summary
 Debugger getDebugger()
          Gets the value of debugger
 void init(java.lang.Integer cmdID, java.lang.String cmdName, java.util.List args)
           
 void setDebugger(Debugger debugger)
          Sets the value of debugger
 
Methods inherited from class jde.debugger.command.DebugCommand
clone, doCommand, equals, getID, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_debugger

protected Debugger m_debugger
Constructor Detail

DebugProcessCommand

public DebugProcessCommand()
Method Detail

init

public void init(java.lang.Integer cmdID,
                 java.lang.String cmdName,
                 java.util.List args)
          throws JDEException
Overrides:
init in class DebugCommand

getDebugger

public Debugger getDebugger()
Gets the value of debugger
Returns:
the value of debugger

setDebugger

public void setDebugger(Debugger debugger)
Sets the value of debugger
Parameters:
debugger - Value to assign to this.debugger