インタフェース IThreshold

  • すべてのスーパーインタフェース:
    jp.co.sds_corp.util.config.IConfigSavable, jp.co.sds_corp.util.config.IConfigurable, Serializable
    既知の実装クラスのリスト:
    AbstractThreshold, ScriptThreshold, StatusThreshold

    public interface IThreshold
    extends jp.co.sds_corp.util.config.IConfigurable, jp.co.sds_corp.util.config.IConfigSavable, Serializable
    イベント発生の閾値を定義するクラスのためのインターフェースです。
    • メソッドの詳細

      • getCheckerStatus

        IChecker.Status getCheckerStatus​(IChecker chk)
        状態を取得します。
        戻り値:
        状態
      • setMessage

        void setMessage​(String var)
        処理メッセージを設定します。
        パラメータ:
        var - 設定するデータ
      • getMessage

        String getMessage()
        処理メッセージを取得します。
        戻り値:
        処理メッセージ
      • setScript

        void setScript​(String var)
        スクリプトを設定します。
        パラメータ:
        var - 設定するスクリプト
      • getScript

        String getScript()
        スクリプトを取得します。
        戻り値:
        スクリプト