|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intellilink.hinemos.test.monitor.ExportTestCaseMonitor
public class ExportTestCaseMonitor
監視情報を基に試験項目のCSVフォーマット文字列を作成するクラス
コンストラクタの概要 | |
---|---|
ExportTestCaseMonitor()
|
メソッドの概要 | |
---|---|
protected java.util.ArrayList<java.lang.String> |
checkEvent(MonitorInfo monitorInfo,
java.lang.String facilityId)
イベント通知の試験項目のCSVフォーマット文字列を作成する。 |
protected java.util.ArrayList<java.lang.String> |
checkNotify(MonitorInfo monitorInfo,
java.lang.String facilityId)
通知抑制の試験項目のCSVフォーマット文字列を作成する。 |
protected java.util.ArrayList<java.lang.String> |
checkStatus(MonitorInfo monitorInfo,
java.lang.String facilityId)
ステータス通知の試験項目のCSVフォーマット文字列を作成する。 |
java.util.ArrayList<java.util.ArrayList<java.lang.String>> |
createTestCase(MonitorInfo monitorInfo)
監視情報を基に試験項目のCSVフォーマット文字列を作成する。 |
protected java.util.ArrayList<java.lang.String> |
getFacilityIdList(MonitorInfo monitorInfo)
監視情報を基にファシリティIDリストを取得する。 |
protected java.util.ArrayList<java.lang.String> |
getNodeList(java.lang.String facilityId)
ノードのファシリティIDを取得する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ExportTestCaseMonitor()
メソッドの詳細 |
---|
public java.util.ArrayList<java.util.ArrayList<java.lang.String>> createTestCase(MonitorInfo monitorInfo)
monitorInfo
- 監視情報
protected java.util.ArrayList<java.lang.String> getFacilityIdList(MonitorInfo monitorInfo)
monitorInfo
- 監視情報
protected java.util.ArrayList<java.lang.String> checkStatus(MonitorInfo monitorInfo, java.lang.String facilityId)
monitorInfo
- 監視情報facilityId
- ファシリティID
protected java.util.ArrayList<java.lang.String> checkEvent(MonitorInfo monitorInfo, java.lang.String facilityId)
monitorInfo
- 監視情報facilityId
- ファシリティID
protected java.util.ArrayList<java.lang.String> checkNotify(MonitorInfo monitorInfo, java.lang.String facilityId)
monitorInfo
- 監視情報facilityId
- ファシリティID
protected java.util.ArrayList<java.lang.String> getNodeList(java.lang.String facilityId)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |