jp.co.intellilink.hinemos.test.monitor.syslogng
クラス ExportTestCaseMonitorSyslogng

java.lang.Object
  上位を拡張 jp.co.intellilink.hinemos.test.monitor.ExportTestCaseMonitor
      上位を拡張 jp.co.intellilink.hinemos.test.monitor.syslogng.ExportTestCaseMonitorSyslogng

public class ExportTestCaseMonitorSyslogng
extends ExportTestCaseMonitor

Syslog-ng監視情報を基に試験項目のCSVフォーマット文字列を作成するクラス

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

コンストラクタの概要
ExportTestCaseMonitorSyslogng()
           
 
メソッドの概要
 void exportTestCase()
          Syslog-ng監視情報を基に試験項目のCSVフォーマット文字列を作成する。
protected  java.util.ArrayList<java.lang.String> getFacilityIdList(MonitorInfo monitorInfo)
          監視情報を基にファシリティIDリストを取得する。
protected  java.util.ArrayList<LogFilterInfo> getSyslogngList()
          監視項目リストを取得する。
 
クラス jp.co.intellilink.hinemos.test.monitor.ExportTestCaseMonitor から継承されたメソッド
checkEvent, checkNotify, checkStatus, createTestCase, getNodeList
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExportTestCaseMonitorSyslogng

public ExportTestCaseMonitorSyslogng()
メソッドの詳細

exportTestCase

public void exportTestCase()
Syslog-ng監視情報を基に試験項目のCSVフォーマット文字列を作成する。


getFacilityIdList

protected java.util.ArrayList<java.lang.String> getFacilityIdList(MonitorInfo monitorInfo)
クラス ExportTestCaseMonitor の記述:
監視情報を基にファシリティIDリストを取得する。

オーバーライド:
クラス ExportTestCaseMonitor 内の getFacilityIdList
パラメータ:
monitorInfo - 監視情報
戻り値:
ファシリティIDリスト

getSyslogngList

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

戻り値:
監視項目一覧