TP1ServerFlags
TP1ServerFlagsの概要
名前空間
Hitachi.OpenTP1.Server
継承関係
System.Object
+- Hitachi.OpenTP1.Server.TP1ServerFlags
説明
TP1ServerFlagsクラスは,OpenTP1の各種フラグを提供します。
フィールドの一覧
名称 | 説明 |
---|---|
DCADM_DELAY | 実行したコマンドの処理を中断して,処理を中止します。 |
DCADM_STAT_NOT_UP | 指定したOpenTP1ノードとは,次に示す理由で通信できません。
|
DCADM_STAT_ONLINE | ユーザサーバはオンライン中です。 |
DCADM_STAT_START_NORMAL | ユーザサーバは正常開始中です。 |
DCADM_STAT_START_RECOVER | ユーザサーバは再開始中です。 |
DCADM_STAT_STOP | ユーザサーバは正常終了処理中です。 |
DCADM_STAT_STOPA | OpenTP1ノードは計画停止Aで終了処理中です。 |
DCADM_STAT_STOPB | OpenTP1ノードは計画停止Bで終了処理中です。 |
DCADM_STAT_SWAP | 系切り替えが起こっています。 |
DCADM_STAT_TERM | OpenTP1ノードが停止中です。または異常終了中です。 |
DCJNL_FLUSH | UJレコードを取得する時点で,システムジャーナルファイルに UJレコードを出力します。トランザクション内でUJレコードが取得されている場合,この設定は無視されます。 |
DCLCK_EX | 資源を更新します。ほかのUAPには参照も更新も禁止します。 |
DCLCK_PR | 資源を参照します。ほかのUAPには参照だけを許可します。 |
DCLCK_TEST | 資源が使えるかどうかをテストするときに設定します。 |
DCLCK_WAIT | ほかのUAPと資源を競合した場合に,資源の解放待ちにします。 |
DCMCFBUF1 | バッファ形式1を使用する場合に設定します。 |
DCMCFBUF2 | バッファ形式2を使用する場合に設定します。 |
DCMCFEMI | 最終セグメントを送信する場合に設定します。 |
DCMCFNORM | 一般の一方送信メッセージとして送信する場合に設定します。 |
DCMCFNSEQ | 出力通番が必要ない場合に設定します。 |
DCMCFPRIO | 優先の一方送信メッセージとして送信する場合に設定します。 |
DCMCFSEQ | 出力通番が必要な場合に設定します。 |
DCNOFLAGS | オプションフラグを指定しません。 |
DCRPC_CHAINED | 連鎖RPCです。 |
DCRPC_DOMAIN | サービスグループ名をドメイン修飾した場合に指定します。 |
DCRPC_NAMPORT | ホスト名を検索のキーにする場合に指定します。 |
DCRPC_NOREPLY | 非応答型RPCです。 |
DCRPC_NOWAIT | 非同期応答型RPCです。 |
DCRPC_SPECIFIC_MSG | 引数に設定した記述子をリターンした,非同期応答型RPCの応答を受信します。 |
DCRPC_TPNOTRAN | トランザクション処理からのサービス要求で,要求先の処理をトランザクションにしない場合に設定します。 |
DCRPC_WAIT_MILLISEC | 引数で設定した待ち時間の単位をミリ秒にします。 |
DCRTS_END | eventIDに設定した項目IDの実行時間を取得して,計測を終了します。 |
DCRTS_START | eventIDに設定した項目IDの実行時間の計測を開始します。このフラグを設定してPutUTraceメソッドを呼び出した時点では,リアルタイム統計情報を取得しません。 |
DCTAM_ADD | 追加します。 |
DCTAM_EQLSRC | 'キー値='を検索します(ハッシュ,ツリー)。 |
DCTAM_EXCLUSIVE | 排他します。 |
DCTAM_FIRSTSRC | 先頭から検索します(ハッシュ)。 |
DCTAM_GRTEQLSRC | 'キー値<='を検索します(ツリー)。 |
DCTAM_GRTSRC | 'キー値<'を検索します(ツリー)。 |
DCTAM_LSSEQLSRC | 'キー値>='を検索します(ツリー)。 |
DCTAM_LSSSRC | 'キー値>'を検索します(ツリー)。 |
DCTAM_MODIFY | 更新目的の排他です。 |
DCTAM_NEXTSRC | 設定したキー値の,次のレコードから検索します(ハッシュ)。 |
DCTAM_NOEXCLUSIVE | 排他をしません。 |
DCTAM_NOOUTREC | 削除するレコードを退避しません。 |
DCTAM_NOWAIT | 排他解除待ちをしません。 |
DCTAM_OUTREC | 削除するレコードを退避します。 |
DCTAM_REC_EXCLUSIVE | レコード排他です。 |
DCTAM_REFERENCE | 参照目的の排他です。 |
DCTAM_TBL_EXCLUSIVE | テーブル排他です。 |
DCTAM_WAIT | 排他解除待ちをします。 |
DCTAM_WRITE | 更新します。 |
DCTAM_WRTADD | 更新または追加します。 |
フィールドの詳細
●DCADM_DELAY
public const int DCADM_DELAY
Public Const DCADM_DELAY As Integer
public static final int DCADM_DELAY
●DCADM_STAT_NOT_UP
public const int DCADM_STAT_NOT_UP
Public Const DCADM_STAT_NOT_UP As Integer
public static final int DCADM_STAT_NOT_UP
●DCADM_STAT_ONLINE
public const int DCADM_STAT_ONLINE
Public Const DCADM_STAT_ONLINE As Integer
public static final int DCADM_STAT_ONLINE
●DCADM_STAT_START_NORMAL
public const int DCADM_STAT_START_NORMAL
Public Const DCADM_STAT_START_NORMAL As Integer
public static final int DCADM_STAT_START_NORMAL
●DCADM_STAT_START_RECOVER
public const int DCADM_STAT_START_RECOVER
Public Const DCADM_STAT_START_RECOVER As Integer
public static final int DCADM_STAT_START_RECOVER
●DCADM_STAT_STOP
public const int DCADM_STAT_STOP
Public Const DCADM_STAT_STOP As Integer
public static final int DCADM_STAT_STOP
●DCADM_STAT_STOPA
public const int DCADM_STAT_STOPA
Public Const DCADM_STAT_STOPA As Integer
public static final int DCADM_STAT_STOPA
●DCADM_STAT_STOPB
public const int DCADM_STAT_STOPB
Public Const DCADM_STAT_STOPB As Integer
public static final int DCADM_STAT_STOPB
●DCADM_STAT_SWAP
public const int DCADM_STAT_SWAP
Public Const DCADM_STAT_SWAP As Integer
public static final int DCADM_STAT_SWAP
●DCADM_STAT_TERM
public const int DCADM_STAT_TERM
Public Const DCADM_STAT_TERM As Integer
public static final int DCADM_STAT_TERM
●DCJNL_FLUSH
public const int DCJNL_FLUSH
Public Const DCJNL_FLUSH As Integer
public static final int DCJNL_FLUSH
●DCLCK_EX
public const int DCLCK_EX
Public Const DCLCK_EX As Integer
public static final int DCLCK_EX
●DCLCK_PR
public const int DCLCK_PR
Public Const DCLCK_PR As Integer
public static final int DCLCK_PR
●DCLCK_TEST
public const int DCLCK_TEST
Public Const DCLCK_TEST As Integer
public static final int DCLCK_TEST
●DCLCK_WAIT
public const int DCLCK_WAIT
Public Const DCLCK_WAIT As Integer
public static final int DCLCK_WAIT
●DCMCFBUF1
public const int DCMCFBUF1
Public Const DCMCFBUF1 As Integer
public static final int DCMCFBUF1
●DCMCFBUF2
public const int DCMCFBUF2
Public Const DCMCFBUF2 As Integer
public static final int DCMCFBUF2
●DCMCFEMI
public const int DCMCFEMI
Public Const DCMCFEMI As Integer
public static final int DCMCFEMI
●DCMCFNORM
public const int DCMCFNORM
Public Const DCMCFNORM As Integer
public static final int DCMCFNORM
●DCMCFNSEQ
public const int DCMCFNSEQ
Public Const DCMCFNSEQ As Integer
public static final int DCMCFNSEQ
●DCMCFPRIO
public const int DCMCFPRIO
Public Const DCMCFPRIO As Integer
public static final int DCMCFPRIO
●DCMCFSEQ
public const int DCMCFSEQ
Public Const DCMCFSEQ As Integer
public static final int DCMCFSEQ
●DCNOFLAGS
public const int DCNOFLAGS
Public Const DCNOFLAGS As Integer
public static final int DCNOFLAGS
●DCRPC_CHAINED
public const int DCRPC_CHAINED
Public Const DCRPC_CHAINED As Integer
public static final int DCRPC_CHAINED
●DCRPC_DOMAIN
public const int DCRPC_DOMAIN
Public Const DCRPC_DOMAIN As Integer
public static final int DCRPC_DOMAIN
●DCRPC_NAMPORT
public const int DCRPC_NAMPORT
Public Const DCRPC_NAMPORT As Integer
public static final int DCRPC_NAMPORT
●DCRPC_NOREPLY
public const int DCRPC_NOREPLY
Public Const DCRPC_NOREPLY As Integer
public static final int DCRPC_NOREPLY
●DCRPC_NOWAIT
public const int DCRPC_NOWAIT
Public Const DCRPC_NOWAIT As Integer
public static final int DCRPC_NOWAIT
●DCRPC_SPECIFIC_MSG
public const int DCRPC_SPECIFIC_MSG
Public Const DCRPC_SPECIFIC_MSG As Integer
public static final int DCRPC_SPECIFIC_MSG
●DCRPC_TPNOTRAN
public const int DCRPC_TPNOTRAN
Public Const DCRPC_TPNOTRAN As Integer
public static final int DCRPC_TPNOTRAN
●DCRPC_WAIT_MILLISEC
public const int DCRPC_WAIT_MILLISEC
Public Const DCRPC_WAIT_MILLISEC As Integer
public static final int DCRPC_WAIT_MILLISEC
●DCRTS_END
public const int DCRTS_END
Public Const DCRTS_END As Integer
public static final int DCRTS_END
●DCRTS_START
public const int DCRTS_START
Public Const DCRTS_START As Integer
public static final int DCRTS_START
●DCTAM_ADD
public const int DCTAM_ADD
Public Const DCTAM_ADD As Integer
public static final int DCTAM_ADD
●DCTAM_EQLSRC
public const int DCTAM_EQLSRC
Public Const DCTAM_EQLSRC As Integer
public static final int DCTAM_EQLSRC
●DCTAM_EXCLUSIVE
public const int DCTAM_EXCLUSIVE
Public Const DCTAM_EXCLUSIVE As Integer
public static final int DCTAM_EXCLUSIVE
●DCTAM_FIRSTSRC
public const int DCTAM_FIRSTSRC
Public Const DCTAM_FIRSTSRC As Integer
public static final int DCTAM_FIRSTSRC
●DCTAM_GRTEQLSRC
public const int DCTAM_GRTEQLSRC
Public Const DCTAM_GRTEQLSRC As Integer
public static final int DCTAM_GRTEQLSRC
●DCTAM_GRTSRC
public const int DCTAM_GRTSRC
Public Const DCTAM_GRTSRC As Integer
public static final int DCTAM_GRTSRC
●DCTAM_LSSEQLSRC
public const int DCTAM_LSSEQLSRC
Public Const DCTAM_LSSEQLSRC As Integer
public static final int DCTAM_LSSEQLSRC
●DCTAM_LSSSRC
public const int DCTAM_LSSSRC
Public Const DCTAM_LSSSRC As Integer
public static final int DCTAM_LSSSRC
●DCTAM_MODIFY
public const int DCTAM_MODIFY
Public Const DCTAM_MODIFY As Integer
public static final int DCTAM_MODIFY
●DCTAM_NEXTSRC
public const int DCTAM_NEXTSRC
Public Const DCTAM_NEXTSRC As Integer
public static final int DCTAM_NEXTSRC
●DCTAM_NOEXCLUSIVE
public const int DCTAM_NOEXCLUSIVE
Public Const DCTAM_NOEXCLUSIVE As Integer
public static final int DCTAM_NOEXCLUSIVE
●DCTAM_NOOUTREC
public const int DCTAM_NOOUTREC
Public Const DCTAM_NOOUTREC As Integer
public static final int DCTAM_NOOUTREC
●DCTAM_NOWAIT
public const int DCTAM_NOWAIT
Public Const DCTAM_NOWAIT As Integer
public static final int DCTAM_NOWAIT
●DCTAM_OUTREC
public const int DCTAM_OUTREC
Public Const DCTAM_OUTREC As Integer
public static final int DCTAM_OUTREC
●DCTAM_REC_EXCLUSIVE
public const int DCTAM_REC_EXCLUSIVE
Public Const DCTAM_REC_EXCLUSIVE As Integer
public static final int DCTAM_REC_EXCLUSIVE
●DCTAM_REFERENCE
public const int DCTAM_REFERENCE
Public Const DCTAM_REFERENCE As Integer
public static final int DCTAM_REFERENCE
●DCTAM_TBL_EXCLUSIVE
public const int DCTAM_TBL_EXCLUSIVE
Public Const DCTAM_TBL_EXCLUSIVE As Integer
public static final int DCTAM_TBL_EXCLUSIVE
●DCTAM_WAIT
public const int DCTAM_WAIT
Public Const DCTAM_WAIT As Integer
public static final int DCTAM_WAIT
●DCTAM_WRITE
public const int DCTAM_WRITE
Public Const DCTAM_WRITE As Integer
public static final int DCTAM_WRITE
●DCTAM_WRTADD
public const int DCTAM_WRTADD
Public Const DCTAM_WRTADD As Integer
public static final int DCTAM_WRTADD