インタフェース TimeoutSettable
- すべてのスーパーインタフェース:
Settable<TimeoutAndUnit>
- 既知のサブインタフェースのリスト:
TimeoutProperty
public interface TimeoutSettable extends Settable<TimeoutAndUnit>
TimeoutAndUnit value Setter.
- 関連項目:
TimeUnit,TimeoutAndUnit,Settable
-
メソッドの概要
-
メソッドの詳細
-
set
Value setter.- パラメータ:
value- the TimeoutAndUnit
-
set
void set(int seconds)Value setter.- パラメータ:
seconds- the int value
-
set
void set(long seconds)Value setter.- パラメータ:
seconds- the long value
-
set
void set(float seconds)Value setter.- パラメータ:
seconds- the float value
-
set
void set(double seconds)Value setter.- パラメータ:
seconds- the double value
-
set
void set(long timeout, java.util.concurrent.TimeUnit unit)Value setter.- パラメータ:
timeout- the long valueunit- the TimeUnit
-