Interface LocatableEvent
- All Known Subinterfaces:
AccessWatchpointEvent, BreakpointEvent, ExceptionEvent, MethodEntryEvent, MethodExitEvent, ModificationWatchpointEvent, MonitorContendedEnteredEvent, MonitorContendedEnterEvent, MonitorWaitedEvent, MonitorWaitEvent, StepEvent, WatchpointEvent
-
Method Summary
Methods declared in interface Mirror
toString, virtualMachineModifier and TypeMethodDescriptiontoString()Returns a String describing this mirrorGets the VirtualMachine to which this Mirror belongs.
-
Method Details
-
thread
ThreadReference thread()Returns the thread in which this event has occurred.- Returns:
- a
ThreadReferencewhich mirrors the event's thread in the target VM.
-