net.createform
インタフェース Runtime

既知の実装クラスの一覧:
CCast, CExpage, CPrint, CPrintST, CPrintSTCompress, CreateFormRuntime, CScreen

public interface Runtime

 ランタイムを実行するためのインターフェースです。
 ランタイムは通常実行、排他実行が可能です。
 


メソッドの概要
 int executeRuntime(RuntimeParam param)
          ランタイムを実行します。
 int synchronizedExecuteRuntime(RuntimeParam param)
          ランタイムを排他実行します。
 

メソッドの詳細

executeRuntime

int executeRuntime(RuntimeParam param)
ランタイムを実行します。

パラメータ:
param - ランタイムに渡すパラメータ
戻り値:
正常終了時:0 異常終了時:負数

synchronizedExecuteRuntime

int synchronizedExecuteRuntime(RuntimeParam param)
ランタイムを排他実行します。

パラメータ:
param - ランタイムに渡すパラメータ
戻り値:
正常終了時:0 異常終了時:負数