|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIEventRequestManager
Manages a number of EventRequests for a target debugger.
| Method Summary | |
|---|---|
void |
addEventRequest(IPDIEventRequest request)
Adds an event request |
boolean |
canExecute(IPDIEventRequest request)
Determines whether this handler can execute on the elements specified in the given request by reporting enabled state to the request. |
void |
deleteAllEventRequests()
Deletes all event requests |
void |
deleteEventRequest(IPDIEventRequest request)
Deletes an event request |
void |
execute(IPDIEventRequest request)
Executes this command on the elements specified in the given request reporting status to the given request and returns whether this handler should remain enabled while the command is executing. |
void |
flushEventRequests()
Flush any pending requests. |
IPDIEventRequest[] |
getRequests()
Returns an array of stored requests |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.manager.IPDIManager |
|---|
isAutoUpdate, setAutoUpdate, shutdown, update |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
void flushEventRequests()
void addEventRequest(IPDIEventRequest request)
throws PDIException
request - event request is being added
PDIException - on failureboolean canExecute(IPDIEventRequest request)
request - specifies elements to operate on and collects enabled state
void deleteAllEventRequests()
throws PDIException
PDIException - on failure
void deleteEventRequest(IPDIEventRequest request)
throws PDIException
request - event request is being removed
PDIException - on failure
void execute(IPDIEventRequest request)
throws PDIException
request - specifies elements to operate on and collects execution status
PDIException - on failureIPDIEventRequest[] getRequests()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||