|
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 EventRequest
s
EventRequest
Method Summary | |
---|---|
List |
breakpointRequests()
Returns the live immutable list of BreakpointRequest s 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 DebuggerStatementRequest s currently queued in the manager. |
void |
deleteEventRequest(EventRequest eventRequest)
Deletes the given EventRequest |
void |
deleteEventRequest(List eventRequests)
Deletes the list of EventRequest s |
List |
exceptionRequests()
Returns the live immutable list of ExceptionRequest s currently queued in the manager. |
List |
scriptLoadRequests()
Returns the live immutable list of ScriptLoadRequest s currently queued in the manager. |
List |
stepRequests()
Returns the live immutable list of StepRequest s currently queued in the manager. |
List |
suspendRequests()
Returns the live immutable list of SuspendRequest s currently queued in the manager. |
List |
threadEnterRequests()
Returns the live immutable list of ThreadEnterRequest s currently queued in the manager. |
List |
threadExitRequests()
Returns the live immutable list of ThreadExitRequest s currently queued in the manager. |
List |
vmDeathRequests()
Returns the live immutable list of VMDeathRequest s currently queued in the manager. |
List |
vmDisconnectRequests()
Returns the live immutable list of VMDisconnectRequest s 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 null
List breakpointRequests()
BreakpointRequest
s currently queued in the manager.null
BreakpointRequest
s or an empty list, never null
DebuggerStatementRequest createDebuggerStatementRequest()
DebuggerStatementRequest
.null
DebuggerStatementRequest
never null
List debuggerStatementRequests()
DebuggerStatementRequest
s currently queued in the manager.null
DebuggerStatementRequest
s or an empty list, never null
ExceptionRequest createExceptionRequest()
ExceptionRequest
.null
ExceptionRequest
never null
List exceptionRequests()
ExceptionRequest
s currently queued in the manager.null
ExceptionRequest
s or an empty list, never null
ScriptLoadRequest createScriptLoadRequest()
ScriptLoadRequest
.null
ScriptLoadRequest
never null
List scriptLoadRequests()
ScriptLoadRequest
s currently queued in the manager.null
ScriptLoadRequest
s 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 null
for a complete listing of step kinds
List stepRequests()
StepRequest
s currently queued in the manager.null
StepRequest
s or an empty list, never null
SuspendRequest createSuspendRequest(ThreadReference thread)
SuspendRequest
for the specified ThreadReference
.null
thread
- the ThreadReference
to perform the suspend on
SuspendRequest
never null
List suspendRequests()
SuspendRequest
s currently queued in the manager.null
SuspendRequest
s or an empty list, never null
ThreadEnterRequest createThreadEnterRequest()
ThreadEnterRequest
.null
ThreadEnterRequest
never null
List threadEnterRequests()
ThreadEnterRequest
s currently queued in the manager.null
ThreadEnterRequest
s or an empty list, never null
ThreadExitRequest createThreadExitRequest()
ThreadExitRequest
.null
ThreadExitRequest
never null
List threadExitRequests()
ThreadExitRequest
s currently queued in the manager.null
ThreadExitRequest
s or an empty list, never null
void deleteEventRequest(EventRequest eventRequest)
EventRequest
eventRequest
- the EventRequest
to delete, null
is not acceptedvoid deleteEventRequest(List eventRequests)
EventRequest
s
eventRequests
- the EventRequest
s to delete, null
is not acceptedVMDeathRequest createVMDeathRequest()
VMDeathRequest
.null
VMDeathRequest
never null
List vmDeathRequests()
VMDeathRequest
s currently queued in the manager.null
VMDeathRequest
s or an empty list, never null
VMDisconnectRequest createVMDisconnectRequest()
VMDisconnectRequest
.null
VMDisconnectRequest
never null
List vmDisconnectRequests()
VMDisconnectRequest
s currently queued in the manager.null
VMDisconnectRequest
s 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 |