ページの先頭行へ戻る
Interstage Application Server アプリケーション作成ガイド(CORBAサービス編)
Interstage

D.1.1 サンプルプログラムの種別

サンプルプログラムの種別と格納されているフォルダ、ディレクトリを以下に示します。

種別

フォルダ(注)

言語

静的インタフェース

各種データ型

%OD_SAMPLES%\complex\samplelist.C\data\*

C

%OD_SAMPLES%\complex\samplelist.C++\data\*

C++

%OD_SAMPLES%\complex\samplelist.Java\data\*

Java

%OD_SAMPLES%\complex\samplelist.COBOL\data\*

COBOL

四則演算

%OD_SAMPLES%\CalcSample\c_s, c_c

C

%OD_SAMPLES%\CalcSample\c++_s, c++_c

C++

%OD_SAMPLES%\CalcSample\java

Java

%OD_SAMPLES%\CalcSample\COBOL

COBOL

動的起動インタフェース

基本

%OD_SAMPLES%\complex\samplelist.C\dii\*

C

OD_SAMPLES%\complex\samplelist.C++\dii\*

C++

四則演算

%OD_SAMPLES%\CalcSample\c_dii

C

%OD_SAMPLES%\CalcSample\c++_dii

C++

ネーミングサービス

%OD_SAMPLES%\complex\samplelist.C\naming\*

C

%OD_SAMPLES%\complex\samplelist.C++\naming\*

C++

インタフェースリポジトリ

%OD_SAMPLES%\irsample\*

C/C++/COBOL

POAインタフェース


%OD_SAMPLES%\POA\C++

C++

%OD_SAMPLES%\POA\java_1_4

Java

各種API

%OD_SAMPLES%\complex\samplelist.C\api\*

C

%OD_SAMPLES%\complex\samplelist.C++\api\*

C++

%OD_SAMPLES%\complex\samplelist.Java\api\*

Java

プロセスバインド

%OD_SAMPLES%\complex\samplelist.C++\ssn\*

C++

Portable-ORB

各種データ型

%OD_SAMPLES%\complex\samplelist.Java\data\*

Java

POAインタフェース

%OD_SAMPLES%\POA\java_1_4\*

Java

四則演算

%PORB_SAMPLES%\CalcSample\java

Java

各種API

%OD_SAMPLES%\complex\samplelist.Java\api\*

Java


その他

%OD_SAMPLES%\simple_s, simple_c

C

%OD_SAMPLES%\simple_cpp_s, simple_cpp_c

C++

%OD_SAMPLES%\java

Java

注)
ここで使用している環境変数は、以下です(Interstageのインストールフォルダ:デフォルト)。

環境変数

OD_SAMPLES

C:\Interstage\ODWIN\src\sample

PORB_SAMPLES

C:\Interstage\Porb\src\samples


種別

ディレクトリ(注1)

言語

静的インタフェース

各種データ型
(スレッドモード用)

$OD_SAMPLES/complex/samplelist.C/data/*

C

$OD_SAMPLES/complex/samplelist.C++/data/*

C++

$OD_SAMPLES/complex/samplelist.Java/data/*

Java

$OD_SAMPLES/complex/samplelist.C/data_win/*(2)

C

各種データ型
(プロセスモード用)

$OD_SAMPLES/complex/samplelist.C_nt/data/*

C

$OD_SAMPLES/complex/samplelist.C++_nt/data/*

C++

$OD_SAMPLES/complex/samplelist.C++_nt/data/*

C++

四則演算

$OD_SAMPLES/CalcSample/c

C

$OD_SAMPLES/CalcSample/c++

C++

$OD_SAMPLES/CalcSample/java(2)

Java

$OD_SAMPLES/CalcSample/COBOL

COBOL

動的起動インタフェース

基本
(スレッドモード用)

$OD_SAMPLES/complex/samplelist.C/dii/*

C

$OD_SAMPLES/complex/samplelist.C++/dii/*

C++

基本
(プロセスモード用)

$OD_SAMPLES/complex/samplelist.C_nt/dii/*

C

$OD_SAMPLES/complex/samplelist.C++_nt/dii/*

C++

四則演算

$OD_SAMPLES/CalcSample/c_dii

C

$OD_SAMPLES/CalcSample/c++_dii

C++

ネーミングサービス

$OD_SAMPLES/complex/samplelist.C/naming/*

C

$OD_SAMPLES/complex/samplelist.C++/naming/*

C++

インタフェースリポジトリ

$OD_SAMPLES/irsample/*

C/C++/COBOL

POAインタフェース


$OD_SAMPLES/POA/C++/*

C++

$OD_SAMPLES/POA/java_1_4/*

Java

プロセスバインド

$OD_SAMPLES/complex/samplelist.C++/ssn/*

C++

各種API

スレッドモード用

$OD_SAMPLES/complex/samplelist.C/api/*

C

$OD_SAMPLES/complex/samplelist.C++/api/*

C++

$OD_SAMPLES/complex/samplelist.Java/api/*

Java

プロセスモード用

$OD_SAMPLES/complex/samplelist.C_nt/api/*

C

$OD_SAMPLES/complex/samplelist.C++_nt/api/*

C++

Portable-ORB

各種データ型

$OD_SAMPLES/complex/samplelist.Java/data/*

Java

POAインタフェース

$OD_SAMPLES/POA/java_1_4/*

Java

四則演算

$PORB_SAMPLES/CalcSample/java

Java

各種API

$OD_SAMPLES/complex/samplelist.Java/API/*

Java

その他

スレッドモード用

$OD_SAMPLES/simple

C

$OD_SAMPLES/simple_cpp

C++

$OD_SAMPLES/java(2)

Java

プロセスモード用

$OD_SAMPLES/complex/samplelist.C_nt/simple

C

$OD_SAMPLES/complex/samplelist.C++_nt/simple_cpp

C++

soライブラリ化

$OD_SAMPLES/simple_so

C

$OD_SAMPLES/simple_cpp_so

C++

注1)
ここで使用している環境変数は、以下です(Interstageのインストールパス:デフォルト)。

環境変数

備考

OD_SAMPLES

/opt/FSUNod/src/samples

/opt/FJSVod/src/samples

PORB_SAMPLES

/opt/FJSVporb/src/samples

  

2)
Windows(R)クライアント用のサンプルプログラムです。