jp.co.intellilink.hinemos.test.monitor.http
クラス CheckResultMonitorHttp

java.lang.Object
  上位を拡張 jp.co.intellilink.hinemos.test.monitor.CheckResultMonitor
      上位を拡張 jp.co.intellilink.hinemos.test.monitor.http.CheckResultMonitorHttp

public class CheckResultMonitorHttp
extends CheckResultMonitor

HTTP監視結果をチェックするクラス

導入されたバージョン:
1.0.0
バージョン:
1.0.0

コンストラクタの概要
CheckResultMonitorHttp(java.util.Date fromDate)
           
 
メソッドの概要
 void checkResult()
          HTTP監視情報を基に監視結果をチェックする。
protected  MonitorInfo getHttp(java.lang.String monitorId, int monitorType)
          HTTP監視情報を取得する。
protected  java.util.ArrayList getHttpList()
          監視項目リストを取得する。
 
クラス jp.co.intellilink.hinemos.test.monitor.CheckResultMonitor から継承されたメソッド
checkEvent, checkEventByPriority, checkNotify, checkNotifyInhibit, checkStatus, createCheckResult, getFacilityIdList, getNodeList, getNotify
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CheckResultMonitorHttp

public CheckResultMonitorHttp(java.util.Date fromDate)
メソッドの詳細

checkResult

public void checkResult()
HTTP監視情報を基に監視結果をチェックする。


getHttp

protected MonitorInfo getHttp(java.lang.String monitorId,
                              int monitorType)
HTTP監視情報を取得する。
/**

パラメータ:
monitorId - 取得対象の監視項目ID
monitorType - 取得対象の監視種別
戻り値:
HTTP監視情報

getHttpList

protected java.util.ArrayList getHttpList()
監視項目リストを取得する。

戻り値:
監視項目一覧