|
Java Debug Interface | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.jdi.request | |
com.sun.jdi | This is the core package of the Java Debugging Interface (JDI), it defines mirrors for values, types, and the target VirtualMachine itself - as well bootstrapping facilities. |
com.sun.jdi.event | This package defines JDI events and event processing. |
com.sun.jdi.request | This package is used to request that a JDI event be sent under specified conditions. |
Classes in com.sun.jdi.request used by com.sun.jdiEventRequestManager
|
Manages the creation and deletion of EventRequest s. |
Classes in com.sun.jdi.request used by com.sun.jdi.eventEventRequest
|
Represents a request for notification of an event. |
Classes in com.sun.jdi.request used by com.sun.jdi.requestAccessWatchpointRequest
|
Request for notification when the contents of a field are accessed in the target VM. BreakpointRequest
|
Identifies a Location in the target VM at which
execution should be stopped.ClassPrepareRequest
|
Request for notification when a class is prepared in the target VM. ClassUnloadRequest
|
Request for notification when a class is unloaded in the target VM. EventRequest
|
Represents a request for notification of an event. ExceptionRequest
|
Request for notification when an exception occurs in the target VM. MethodEntryRequest
|
Request for notification when a method is invoked in the target VM. MethodExitRequest
|
Request for notification when a method returns in the target VM. ModificationWatchpointRequest
|
Request for notification when the contents of a field are accessed in the target VM. StepRequest
|
Request for notification when a step occurs in the target VM. ThreadDeathRequest
|
Request for notification when a thread terminates in the target VM. ThreadStartRequest
|
Request for notification when a thread starts execution in the target VM. WatchpointRequest
|
Identifies a Field in the target VM being watched. |
|
Java Debug Interface | ||||||||
PREV NEXT | FRAMES NO FRAMES |