パッケージ org.wcardinal.controller

インタフェース TimeoutFuture<T>

型パラメータ:
T - result type
すべてのスーパーインタフェース:
Comparable<Delayed>, Delayed, Future<T>, ScheduledFuture<T>

public interface TimeoutFuture<T> extends ScheduledFuture<T>
A delayed result-bearing action that can be cancelled.
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    long
    Returns the request ID.

    インタフェースから継承されたメソッド java.lang.Comparable

    compareTo

    インタフェースから継承されたメソッド java.util.concurrent.Delayed

    getDelay

    インタフェースから継承されたメソッド java.util.concurrent.Future

    cancel, get, get, isCancelled, isDone
  • メソッドの詳細

    • getId

      long getId()
      Returns the request ID.
      戻り値:
      request ID