|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jde.debugger.ApplicationCommands
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 | |
(package private) Application |
app
|
protected java.util.Map |
identifiableEventRequests
This map stores the event requests that are NOT specs. |
(package private) ObjectStore |
store
|
Constructor Summary | |
ApplicationCommands(Application a,
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 |
|
Field Detail |
final Application app
final ObjectStore store
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 ApplicationCommands(Application a, 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 |