net.createform.eji
クラス CExpage

java.lang.Object
  上位を拡張 net.createform.CreateFormRuntime
      上位を拡張 net.createform.eji.CExpage
すべての実装されたインタフェース:
Runtime

public class CExpage
extends CreateFormRuntime

Expageランタイムを実行するためのクラスです。


コンストラクタの概要
CExpage()
           
 
メソッドの概要
protected  int execUnixRuntime(java.lang.String commandline)
          Unix用ライブラリをロードし実行します。
protected  int execWindowsRuntime(int windowHandle, int option, java.lang.String title, java.lang.String commandline)
          Windows用ライブラリをロードし実行します。
protected  int exeUnixRuntime(RuntimeParam param)
          実行形式ランタイムを実行します。
protected  int exeWinRuntime(RuntimeParam param)
          実行形式ランタイムを実行します。
protected static java.lang.Process start(java.lang.String process, RuntimeParam param)
           
 
クラス net.createform.CreateFormRuntime から継承されたメソッド
changeJavaReturnValue, changeJavaReturnValue2, createRuntime, deleteFiles, environmentalDependenceExec, executeRuntime, generateDataFilePath, getEnv_CreateLibPath, getOutFilePath, getReturnFilePath, getReturnValue, isReturnFile, isUnix, main, outputPdfFileToStream, synchronizedexec, synchronizedExecuteRuntime, tearDown
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CExpage

public CExpage()
メソッドの詳細

exeUnixRuntime

protected int exeUnixRuntime(RuntimeParam param)
クラス CreateFormRuntime の記述:
実行形式ランタイムを実行します。(UNIX・Linux)

定義:
クラス CreateFormRuntime 内の exeUnixRuntime
パラメータ:
param - ランタイムに渡すオプション文字列
戻り値:
正常終了時:0 異常終了時:負数
関連項目:
CreateFormRuntime.exeUnixRuntime(RuntimeParam)

exeWinRuntime

protected int exeWinRuntime(RuntimeParam param)
クラス CreateFormRuntime の記述:
実行形式ランタイムを実行します。(Windows)

定義:
クラス CreateFormRuntime 内の exeWinRuntime
パラメータ:
param - ランタイムに渡すオプション文字列
戻り値:
正常終了時:0 異常終了時:負数
関連項目:
CreateFormRuntime.exeWinRuntime(RuntimeParam)

execWindowsRuntime

protected int execWindowsRuntime(int windowHandle,
                                 int option,
                                 java.lang.String title,
                                 java.lang.String commandline)
クラス CreateFormRuntime の記述:
Windows用ライブラリをロードし実行します。

定義:
クラス CreateFormRuntime 内の execWindowsRuntime
パラメータ:
windowHandle - ウィンドウハンドル
option - 処理オプション
title - 処理進行ウィンドウのタイトル
commandline - ランタイムに渡すオプション文字列
戻り値:
正常終了時:0 異常終了時:負数
関連項目:
CreateFormRuntime.execWindowsRuntime(int, int, String, String)

execUnixRuntime

protected int execUnixRuntime(java.lang.String commandline)
クラス CreateFormRuntime の記述:
Unix用ライブラリをロードし実行します。

定義:
クラス CreateFormRuntime 内の execUnixRuntime
パラメータ:
commandline - ランタイムに渡すオプション文字列
戻り値:
正常終了時:0 異常終了時:負数
関連項目:
CreateFormRuntime.execUnixRuntime(String)

start

protected static java.lang.Process start(java.lang.String process,
                                         RuntimeParam param)
                                  throws java.io.IOException
例外:
java.io.IOException