@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, virtualMachineThreadReference thread()
thread in interface LocatableEventThreadReference which mirrors the event's thread in
 the target VM.ObjectReference monitor()
ObjectReference for the monitor.
 Copyright © 1999, 2017, Oracle and/or its affiliates.  All rights reserved.