|
|||||||||
| 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.SessionCommandHandler
A command handler that handles only instances of
DebugSessionCommand. There should really only be one instance of
this class, under the control of the session manager, but there are no
checks to ensure this.
Created: Tue Jan 08 11:23:20 2002
DebugSessionCommand| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
SessionCommandHandler()
|
|
| 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 SessionCommandHandler()
| Method Detail |
public void handle(DebugCommand cmd)
throws JDEException
queues the command for further
processing.handle in class CommandHandlercmd - a DebugCommand valueJDEException - if an error occursDebugCommand,
DebugSessionCommandpublic java.lang.Integer getProcID()
getProcID in class CommandHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||