@Exported public interface MonitorContendedEnterEvent extends LocatableEvent
EventQueue
,
MonitorContendedEnteredEvent
Modifier and Type | Method and Description |
---|---|
ObjectReference |
monitor()
Returns the method that was entered.
|
ThreadReference |
thread()
Returns the thread in which this event has occurred.
|
toString, virtualMachine
ThreadReference thread()
thread
in interface LocatableEvent
ThreadReference
which mirrors the event's thread in
the target VM.ObjectReference monitor()
ObjectReference
for the monitor.
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.