Uses of Interface
com.sun.jdi.Locatable
Package
Description
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
This package defines JDI events and event processing.
This package is used to request that a JDI
event be sent under specified conditions.
-
Uses of Locatable in com.sun.jdi
Modifier and TypeInterfaceDescriptioninterface
A static or instance method in the target VM.interface
The state of one method invocation on a thread's call stack. -
Uses of Locatable in com.sun.jdi.event
Modifier and TypeInterfaceDescriptioninterface
Notification of a field access in the target VM.interface
Notification of a breakpoint in the target VM.interface
Notification of an exception in the target VM.interface
Abstract superinterface of events which have both location and thread.interface
Notification of a method invocation in the target VM.interface
Notification of a method return in the target VM.interface
Notification of a field modification in the target VM.interface
Notification that a thread in the target VM is entering a monitor after waiting for it to be released by another thread.interface
Notification that a thread in the target VM is attempting to enter a monitor that is already acquired by another thread.interface
Notification that a thread in the target VM has finished waiting on an monitor object.interface
Notification that a thread in the target VM is about to wait on a monitor object.interface
Notification of step completion in the target VM.interface
Notification of a field triggered event encountered by a thread in the target VM. -
Uses of Locatable in com.sun.jdi.request
Modifier and TypeInterfaceDescriptioninterface
Identifies aLocation
in the target VM at which execution should be stopped.