public class FixedValueAction extends java.lang.Object implements IActuatorAction
コンストラクタと説明 |
---|
FixedValueAction() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
execute(ActuatorComponent<?> component)
アクション実行します。
|
java.lang.Number |
getValue()
固定値を取得します。
|
void |
onStart(ActuatorComponent<?> component)
コンポーネントstart時に呼び出されます。
|
void |
onStop(ActuatorComponent<?> component)
コンポーネントstop時に呼び出されます。
|
void |
setValue(java.lang.Number value)
固定値を設定します。
|
public void onStart(ActuatorComponent<?> component) throws java.lang.Exception
IActuatorAction
onStart
インタフェース内 IActuatorAction
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。public void onStop(ActuatorComponent<?> component) throws java.lang.Exception
IActuatorAction
onStop
インタフェース内 IActuatorAction
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。public void execute(ActuatorComponent<?> component) throws java.lang.Exception
IActuatorAction
execute
インタフェース内 IActuatorAction
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。public java.lang.Number getValue()
public void setValue(java.lang.Number value)
value
- 値