Linkexpress 利用者プログラム開発ガイド
目次 索引 前ページ次ページ

第4章 利用者プログラムインタフェース> 4.1 転送API> 4.1.4 転送APIのパラメタパケット一覧

4.1.4.3 dts_exejob_dcb_t

ジョブ起動パラメタパケット

形式

[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_identreq_type*appl_name*system_name*job_name*job_parmassoc_cont*user_idpassword_t*password*groupjob_type*job_time*ret_tidlbsession_idlbsession_contextend_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_identreq_type*appl_name*system_name*job_name*job_parmassoc_cont*user_idpassword_t*password*groupjob_type*job_timeret_id_t*ret_tidlbsession_idlbsession_contextend_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_identreq_type*appl_name*system_name*job_name*job_parmassoc_cont*user_idpassword_t*password*groupjob_type*job_timeret_id_t*ret_tidlbsession_idlbsession_contextend_option_t*exp_option

 


下へ4.1.4.3.1 dts_exejob_dcb_tのメンバ一覧

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 1997-2007