@Exported public interface MonitorContendedEnteredEvent extends LocatableEvent
EventQueue
,
MonitorContendedEnterEvent
Modifier and Type | Method and Description |
---|---|
ObjectReference |
monitor()
Returns the monitor 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, 2015, Oracle and/or its affiliates. All rights reserved.