public interface

MonitorContendedEnteredEvent

implements LocatableEvent
com.sun.jdi.event.MonitorContendedEnteredEvent

Class Overview

Notification that a thread in the target VM is entering a monitor after waiting for it to be released by another thread.

Summary

Public Methods
abstract ObjectReference monitor()
Returns the monitor that was entered.
abstract ThreadReference thread()
Returns the thread in which this event has occurred.
[Expand]
Inherited Methods
From interface com.sun.jdi.Locatable
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.event.Event
From interface com.sun.jdi.event.LocatableEvent

Public Methods

public abstract ObjectReference monitor ()

Returns the monitor that was entered.

Returns

public abstract ThreadReference thread ()

Returns the thread in which this event has occurred.

Returns