jp.cssj.cti2.results
Interface Results

All Known Implementing Classes:
DirectoryResults, NopResults, ServletResponseResults, SingleResult

public interface Results

処理結果です。

Version:
$Id: Results.java 1034 2013-10-23 05:51:57Z miyabe $
Author:
MIYABE Tatsuhiko

Method Summary
 void end()
          一連のデータ出力を完了します。
 boolean hasNext()
          次の結果を出力可能であればtrueを返します。
 RandomBuilder nextBuilder(MetaSource metaSource)
          次の処理結果を構築するためのビルダを返します。
 

Method Detail

hasNext

boolean hasNext()
次の結果を出力可能であればtrueを返します。

Returns:
次の結果を出力可能であればtrueそうでなければfalse。

nextBuilder

RandomBuilder nextBuilder(MetaSource metaSource)
                          throws IOException
次の処理結果を構築するためのビルダを返します。

Parameters:
metaSource - 出力データのメタ情報。
Returns:
データ構築オブジェクト。
Throws:
IOException

end

void end()
         throws IOException
一連のデータ出力を完了します。

Throws:
IOException


Copyright © 2017 座間ソフト. All rights reserved.