public interface

MonitorContendedEnterEvent

implements LocatableEvent
com.sun.jdi.event.MonitorContendedEnterEvent

Class Overview

Notification that a thread in the target VM is attempting to enter a monitor that is already acquired by another thread.

Summary

Public Methods
abstract ObjectReference monitor()
Returns the method 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 method that was entered.

Returns

public abstract ThreadReference thread ()

Returns the thread in which this event has occurred.

Returns