|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jde.debugger.ProcessCommands
ApplicationCommands.java
An abstract class that must be implemented by classes that process commands from the jde side.
Created: Fri Jul 30 17:13:57 1999
Field Summary | |
protected java.util.Map |
identifiableEventRequests
This map stores the event requests that are NOT specs. |
Constructor Summary | |
ProcessCommands(DebuggeeProcess p,
ObjectStore s)
|
Method Summary | |
protected java.lang.Long |
addIdentifiableRequest(com.sun.jdi.request.EventRequest e)
Adds an event request to the above map. |
protected void |
deleteIdentifiableRequest(java.lang.Long id)
Removes an event request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Map identifiableEventRequests
Of course, the id is sent back to the user when the actual command is responded to, so that the handle is available to jde in the first place
Constructor Detail |
public ProcessCommands(DebuggeeProcess p, ObjectStore s)
Method Detail |
protected java.lang.Long addIdentifiableRequest(com.sun.jdi.request.EventRequest e)
protected void deleteIdentifiableRequest(java.lang.Long id) throws JDEException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |