| Linkexpress 利用者プログラム開発ガイド |
目次
索引
![]()
|
| 第4章 利用者プログラムインタフェース | > 4.1 転送API | > 4.1.4 転送APIのパラメタパケット一覧 |
ジョブ起動パラメタパケット
[PCサーバ]
typedef struct {
unsigned long req_ident; /* 転送識別番号 */
unsigned req_type; /* 依頼の型 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned char *system_name; /* 相手システム名 */
unsigned char *job_name; /* ジョブ名 */
unsigned char *job_parm; /* ジョブパラメタ */
unsigned assoc_cont; /* コネクション継続 */
unsigned char *user_id; /* 相手側利用者名 */
password_t *password; /* 相手側パスワード */
unsigned char *group; /* 相手側グループ名 */
unsigned job_type; /* ジョブ結果通知の有無 */
unsigned *job_time; /* ジョブ結果待ち時間 */
unsigned *ret_tid; /* 結果通知スレッド */
unsigned lbsession_id; /* セション識別子 */
unsigned lbsession_cont; /* セション継続 */
extend_option_t *exp_option; /* 拡張オプション */
}dts_exejob_dcb_t
参照
req_ident、req_type、*appl_name、*system_name、*job_name、*job_parm、assoc_cont、*user_id、password_t、*password、*group、job_type、*job_time、*ret_tid、lbsession_id、lbsession_cont、extend_option_t、*exp_option
[UNIXサーバ]
typedef struct {
unsigned long req_ident; /* 転送識別番号 */
unsigned req_type; /* 依頼の型 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned char *system_name; /* 相手システム名 */
unsigned char *job_name; /* ジョブ名 */
unsigned char *job_parm; /* ジョブパラメタ */
unsigned assoc_cont; /* コネクション継続 */
unsigned char *user_id; /* 相手側利用者名 */
password_t *password; /* 相手側パスワード */
unsigned char *group; /* 相手側グループ名 */
unsigned job_type; /* ジョブ結果通知の有無 */
unsigned *job_time; /* ジョブ結果待ち時間 */
ret_id_t *ret_tid; /* 結果通知領域 */
unsigned lbsession_id; /* セション識別子 */
unsigned lbsession_cont; /* セション継続 */
extend_option_t *exp_option; /* 拡張オプション */
}dts_exejob_dcb_t
参照
req_ident、req_type、*appl_name、*system_name、*job_name、*job_parm、assoc_cont、*user_id、password_t、*password、*group、job_type、*job_time、ret_id_t、*ret_tid、lbsession_id、lbsession_cont、extend_option_t、*exp_option
[Linux(IPF)]
typedef struct {
unsigned req_ident; /* 転送識別番号 */
unsigned req_type; /* 依頼の型 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned char *system_name; /* 相手システム名 */
unsigned char *job_name; /* ジョブ名 */
unsigned char *job_parm; /* ジョブパラメタ */
unsigned assoc_cont; /* コネクション継続 */
unsigned char *user_id; /* 相手側利用者名 */
password_t *password; /* 相手側パスワード */
unsigned char *group; /* 相手側グループ名 */
unsigned job_type; /* ジョブ結果通知の有無 */
unsigned *job_time; /* ジョブ結果待ち時間 */
ret_id_t *ret_tid; /* 結果通知領域 */
unsigned lbsession_id; /* セション識別子 */
unsigned lbsession_cont; /* セション継続 */
extend_option_t *exp_option; /* 拡張オプション */
}dts_exejob_dcb_t
参照
req_ident、req_type、*appl_name、*system_name、*job_name、*job_parm、assoc_cont、*user_id、password_t、*password、*group、job_type、*job_time、ret_id_t、*ret_tid、lbsession_id、lbsession_cont、extend_option_t、*exp_option
4.1.4.3.1 dts_exejob_dcb_tのメンバ一覧
目次
索引
![]()
|