Uses of Interface
com.sun.jdi.Locatable
Packages that use Locatable
包
描述
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
Subinterfaces of Locatable in com.sun.jdi修饰符和类Interface描述interfaceA static or instance method in the target VM.interfaceThe state of one method invocation on a thread's call stack. -
Uses of Locatable in com.sun.jdi.event
Subinterfaces of Locatable in com.sun.jdi.event修饰符和类Interface描述interfaceNotification of a field access in the target VM.interfaceNotification of a breakpoint in the target VM.interfaceNotification of an exception in the target VM.interfaceAbstract superinterface of events which have both location and thread.interfaceNotification of a method invocation in the target VM.interfaceNotification of a method return in the target VM.interfaceNotification of a field modification in the target VM.interfaceNotification that a thread in the target VM is entering a monitor after waiting for it to be released by another thread.interfaceNotification that a thread in the target VM is attempting to enter a monitor that is already acquired by another thread.interfaceNotification that a thread in the target VM has finished waiting on an monitor object.interfaceNotification that a thread in the target VM is about to wait on a monitor object.interfaceNotification of step completion in the target VM.interfaceNotification of a field triggered event encountered by a thread in the target VM. -
Uses of Locatable in com.sun.jdi.request
Subinterfaces of Locatable in com.sun.jdi.request修饰符和类Interface描述interfaceIdentifies aLocationin the target VM at which execution should be stopped.