|
JavaScript Development Tools Release 3.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventRequestManager
Description of a manager for creating EventRequests
EventRequest| Method Summary | |
|---|---|
List |
breakpointRequests()
Returns the live immutable list of BreakpointRequests currently queued in the manager. |
BreakpointRequest |
createBreakpointRequest(Location location)
Creates a new BreakpointRequest for the given Location. |
DebuggerStatementRequest |
createDebuggerStatementRequest()
Creates a new DebuggerStatementRequest. |
ExceptionRequest |
createExceptionRequest()
Creates a new ExceptionRequest. |
ScriptLoadRequest |
createScriptLoadRequest()
Creates a new ScriptLoadRequest. |
StepRequest |
createStepRequest(ThreadReference thread,
int step)
Creates a new StepRequest for the specified ThreadReference of the given kind. |
SuspendRequest |
createSuspendRequest(ThreadReference thread)
Creates a new SuspendRequest for the specified ThreadReference. |
ThreadEnterRequest |
createThreadEnterRequest()
Creates a new ThreadEnterRequest. |
ThreadExitRequest |
createThreadExitRequest()
Creates a new ThreadExitRequest. |
VMDeathRequest |
createVMDeathRequest()
Creates a new VMDeathRequest. |
VMDisconnectRequest |
createVMDisconnectRequest()
Creates a new VMDisconnectRequest. |
List |
debuggerStatementRequests()
Returns the live immutable list of DebuggerStatementRequests currently queued in the manager. |
void |
deleteEventRequest(EventRequest eventRequest)
Deletes the given EventRequest |
void |
deleteEventRequest(List eventRequests)
Deletes the list of EventRequests |
List |
exceptionRequests()
Returns the live immutable list of ExceptionRequests currently queued in the manager. |
List |
scriptLoadRequests()
Returns the live immutable list of ScriptLoadRequests currently queued in the manager. |
List |
stepRequests()
Returns the live immutable list of StepRequests currently queued in the manager. |
List |
suspendRequests()
Returns the live immutable list of SuspendRequests currently queued in the manager. |
List |
threadEnterRequests()
Returns the live immutable list of ThreadEnterRequests currently queued in the manager. |
List |
threadExitRequests()
Returns the live immutable list of ThreadExitRequests currently queued in the manager. |
List |
vmDeathRequests()
Returns the live immutable list of VMDeathRequests currently queued in the manager. |
List |
vmDisconnectRequests()
Returns the live immutable list of VMDisconnectRequests currently queued in the manager. |
| Method Detail |
|---|
BreakpointRequest createBreakpointRequest(Location location)
BreakpointRequest for the given Location.null
location - the Location to create the breakpoint for, null is not accepted
BreakpointRequest for the given Location, never nullList breakpointRequests()
BreakpointRequests currently queued in the manager.null
BreakpointRequests or an empty list, never nullDebuggerStatementRequest createDebuggerStatementRequest()
DebuggerStatementRequest.null
DebuggerStatementRequest never nullList debuggerStatementRequests()
DebuggerStatementRequests currently queued in the manager.null
DebuggerStatementRequests or an empty list, never nullExceptionRequest createExceptionRequest()
ExceptionRequest.null
ExceptionRequest never nullList exceptionRequests()
ExceptionRequests currently queued in the manager.null
ExceptionRequests or an empty list, never nullScriptLoadRequest createScriptLoadRequest()
ScriptLoadRequest.null
ScriptLoadRequest never nullList scriptLoadRequests()
ScriptLoadRequests currently queued in the manager.null
ScriptLoadRequests or an empty list, never null
StepRequest createStepRequest(ThreadReference thread,
int step)
StepRequest for the specified ThreadReference of the given kind.null
thread - the ThreadReference to perform the step instep - the kind of step
StepRequest never nullfor a complete listing of step kindsList stepRequests()
StepRequests currently queued in the manager.null
StepRequests or an empty list, never nullSuspendRequest createSuspendRequest(ThreadReference thread)
SuspendRequest for the specified ThreadReference.null
thread - the ThreadReference to perform the suspend on
SuspendRequest never nullList suspendRequests()
SuspendRequests currently queued in the manager.null
SuspendRequests or an empty list, never nullThreadEnterRequest createThreadEnterRequest()
ThreadEnterRequest.null
ThreadEnterRequest never nullList threadEnterRequests()
ThreadEnterRequests currently queued in the manager.null
ThreadEnterRequests or an empty list, never nullThreadExitRequest createThreadExitRequest()
ThreadExitRequest.null
ThreadExitRequest never nullList threadExitRequests()
ThreadExitRequests currently queued in the manager.null
ThreadExitRequests or an empty list, never nullvoid deleteEventRequest(EventRequest eventRequest)
EventRequest
eventRequest - the EventRequest to delete, null is not acceptedvoid deleteEventRequest(List eventRequests)
EventRequests
eventRequests - the EventRequests to delete, null is not acceptedVMDeathRequest createVMDeathRequest()
VMDeathRequest.null
VMDeathRequest never nullList vmDeathRequests()
VMDeathRequests currently queued in the manager.null
VMDeathRequests or an empty list, never nullVMDisconnectRequest createVMDisconnectRequest()
VMDisconnectRequest.null
VMDisconnectRequest never nullList vmDisconnectRequests()
VMDisconnectRequests currently queued in the manager.null
VMDisconnectRequests or an empty list, never null
|
JavaScript Development Tools Release 3.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||