|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--jde.debugger.command.CommandHandler | +--jde.debugger.command.ProcessCommandHandler
A command handler for DebugProcessCommands. There will be one such command for each Debugger instance.
Created: Tue Jan 08 11:23:20 2002
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ProcessCommandHandler(Debugger debugger)
|
Method Summary | |
java.lang.Integer |
getProcID()
|
void |
handle(DebugCommand cmd)
Method for other threads/objects to use to ask the command handler to deal with the given DebugCommand. |
Methods inherited from class jde.debugger.command.CommandHandler |
addCommandListener, fireCommandEvent, queue, removeCommandListener, requestStop, run |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessCommandHandler(Debugger debugger)
Method Detail |
public void handle(DebugCommand cmd) throws JDEException
queues
the command for further
processing.handle
in class CommandHandler
cmd
- a DebugCommand
valueJDEException
- if an error occursDebugCommand
,
DebugProcessCommand
public java.lang.Integer getProcID()
getProcID
in class CommandHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |