モジュール jdk.jdi
パッケージ com.sun.jdi.event

インタフェースMonitorWaitedEvent

    • メソッドの詳細

      • thread

        ThreadReference thread()
        このイベントが発生したスレッドを返します。
        定義:
        thread 、インタフェース: LocatableEvent
        戻り値:
        ターゲットVM内でイベントのスレッドをミラー化するThreadReference
      • monitor

        ObjectReference monitor()
        このスレッドが待機していたモニター・オブジェクトを返します。
        戻り値:
        このモニターのObjectReference
      • timedout

        boolean timedout()
        待機がタイム・アウトしたのか、または割り込まれたのかを返します。
        戻り値:
        待機がタイム・アウトした場合はtrue