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

インタフェースMonitorWaitEvent

    • メソッドの詳細

      • thread

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

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

        long timeout()
        スレッドが待機する時間をミリ秒単位で返します。
        戻り値:
        モニター待機時間を含むjlong (ミリ秒単位)。