jdk/src/jdk.jdi/share/classes/com/sun/jdi/event/MonitorContendedEnteredEvent.java
changeset 30037 3e785fad2c3b
parent 25859 3317bb8137f4
child 34894 3248b89d1921
equal deleted inserted replaced
30036:3d4eb4503c18 30037:3e785fad2c3b
    29 
    29 
    30 /**
    30 /**
    31  *
    31  *
    32  *  Notification that a thread in the target VM is entering a monitor
    32  *  Notification that a thread in the target VM is entering a monitor
    33  *  after waiting for it to be released by another thread.
    33  *  after waiting for it to be released by another thread.
    34  * <P>
       
    35  *
    34  *
    36  * @see EventQueue
    35  * @see EventQueue
    37  * @see MonitorContendedEnterEvent
    36  * @see MonitorContendedEnterEvent
    38  *
    37  *
    39  * @author Swamy Venkataramanappa
    38  * @author Swamy Venkataramanappa
    42 @jdk.Exported
    41 @jdk.Exported
    43 public interface MonitorContendedEnteredEvent extends LocatableEvent {
    42 public interface MonitorContendedEnteredEvent extends LocatableEvent {
    44 
    43 
    45     /**
    44     /**
    46      * Returns the thread in which this event has occurred.
    45      * Returns the thread in which this event has occurred.
    47      * <p>
       
    48      *
    46      *
    49      * @return a {@link ThreadReference} which mirrors the event's thread in
    47      * @return a {@link ThreadReference} which mirrors the event's thread in
    50      * the target VM.
    48      * the target VM.
    51      */
    49      */
    52     public ThreadReference thread();
    50     public ThreadReference thread();