javax.transaction.Status翻訳

12002 ワード


<!-- -->
<!-- -->
Overview
Package
Class
Tree
Deprecated
Index
Help
JavaTM 2 PlatformEnt. Ed. v1.4
PREV CLASS NEXT CLASS
FRAMES NO FRAMES All Classes
SUMMARY:NESTED| FIELD |CONSTR|METHOD
DETAIL: FIELD |CONSTR|METHOD


javax.transaction Interface Status


public interface
Status
The Status interface defines static variables used for transaction status codes. Statusインタフェースは、トランザクションステータスコードに使用される静的変数をいくつか定義します.
<!-- -->
Field Summarystaticint STATUS_ACTIVE A transaction is associated with the target object and it is in the active state. ターゲット・オブジェクトに関連付けられたトランザクションはアクティブです.staticint STATUS_COMMITTED A transaction is associated with the target object and it has been committed. ターゲット・オブジェクトに関連付けられたトランザクションがコミットされました.staticint STATUS_COMMITTING A transaction is associated with the target object and it is in the process of committing. ターゲット・オブジェクトに関連付けられたトランザクションがコミット中です.staticint STATUS_MARKED_ROLLBACK A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation. ターゲットオブジェクトに関連付けられたトランザクションはロールバックとしてマークされています.setRollbackOnly操作の結果かもしれません.staticint STATUS_NO_TRANSACTION No transaction is currently associated with the target object. ターゲット・オブジェクトには現在関連トランザクションがありません.staticint STATUS_PREPARED A transaction is associated with the target object and it has been prepared. ターゲット・オブジェクトに関連付けられたトランザクションが準備されています.staticint STATUS_PREPARING A transaction is associated with the target object and it is in the process of preparing. ターゲット・オブジェクトに関連付けられたトランザクションが準備中です.staticint STATUS_ROLLEDBACK A transaction is associated with the target object and the outcome has been determined to be rollback. ターゲット・オブジェクトに関連付けられたトランザクションは、ロールバックとして定義されます.staticint STATUS_ROLLING_BACK A transaction is associated with the target object and it is in the process of rolling back. ターゲット・オブジェクトに関連付けられたトランザクションがロールバック中です.staticint STATUS_UNKNOWN A transaction is associated with the target object but its current status cannot be determined. ターゲット・オブジェクトには関連トランザクションがありますが、現在のステータスは定義されていません.

<!-- -->
Field Detail
<!-- -->

STATUS_ACTIVE

public static final int STATUS_ACTIVE

A transaction is associated with the target object and it is in the active state. An implementation returns this status after a transaction has been started and prior to a Coordinator issuing any prepares, unless the transaction has been marked for rollback. ターゲット・オブジェクトに関連付けられたトランザクションはアクティブです.トランザクションが開始され、コーディネータが準備する前に、トランザクションがロールバックとしてマークされていない限り、このステータスを返します.
See Also:
Constant Field Values
<!-- -->

STATUS_MARKED_ROLLBACK

public static final int STATUS_MARKED_ROLLBACK

A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation. ターゲットオブジェクトに関連付けられたトランザクションはロールバックとしてマークされています.setRollbackOnly操作の結果かもしれません.
See Also:
Constant Field Values
<!-- -->

STATUS_PREPARED

public static final int STATUS_PREPARED

A transaction is associated with the target object and it has been prepared. That is, all subordinates have agreed to commit. The target object may be waiting for instructions from a superior as to how to proceed. ターゲット・オブジェクトに関連付けられたトランザクションが準備されています.つまり、すべての関連がコミットされる準備ができています.ターゲットオブジェクトは、前のレベルでどのように行われるかに関する命令を待っている可能性があります.
See Also:
Constant Field Values
<!-- -->

STATUS_COMMITTED

public static final int STATUS_COMMITTED

A transaction is associated with the target object and it has been committed. It is likely that heuristics exist; otherwise, the transaction would have been destroyed and NoTransaction returned. ターゲット・オブジェクトに関連付けられたトランザクションがコミットされました.トランザクションが終了するため、NoTransactionに戻るため、理論的にのみ存在する可能性があります.
See Also:
Constant Field Values
<!-- -->

STATUS_ROLLEDBACK

public static final int STATUS_ROLLEDBACK

A transaction is associated with the target object and the outcome has been determined to be rollback. It is likely that heuristics exist; otherwise, the transaction would have been destroyed and NoTransaction returned. ターゲット・オブジェクトに関連付けられたトランザクションがロールバック中です.トランザクションが終了するため、NoTransactionに戻るため、理論的にのみ存在する可能性があります.
See Also:
Constant Field Values
<!-- -->

STATUS_UNKNOWN

public static final int STATUS_UNKNOWN

A transaction is associated with the target object but its current status cannot be determined. This is a transient condition and a subsequent invocation will ultimately return a different status. ターゲット・オブジェクトには関連トランザクションがありますが、現在のステータスは定義されていません.これは一時的な状態にすぎず、その後の呼び出しは最終的に別の状態に戻ります.
See Also:
Constant Field Values
<!-- -->

STATUS_NO_TRANSACTION

public static final int STATUS_NO_TRANSACTION

No transaction is currently associated with the target object. This will occur after a transaction has completed. ターゲット・オブジェクトには現在関連トランザクションがありません.トランザクションが完了した後に表示されます.
See Also:
Constant Field Values
<!-- -->

STATUS_PREPARING

public static final int STATUS_PREPARING

A transaction is associated with the target object and it is in the process of preparing. An implementation returns this status if it has started preparing, but has not yet completed the process. The likely reason for this is that the implementation is probably waiting for responses to prepare from one or more Resources. ターゲット・オブジェクトに関連付けられたトランザクションが準備中です.準備が開始されたが、まだプロセスが完了していない場合、インプリメンテーションはステータスを返します.このような設計の理由は、実装が1つまたは複数のリソースからの応答を準備するのを待つ可能性があるためである.
See Also:
Constant Field Values
<!-- -->

STATUS_COMMITTING

public static final int STATUS_COMMITTING

A transaction is associated with the target object and it is in the process of committing. An implementation returns this status if it has decided to commit but has not yet completed the committing process. This occurs because the implementation is probably waiting for responses from one or more Resources. ターゲット・オブジェクトに関連付けられたトランザクションがコミット中です.コミットが確定したがコミットプロセスが完了していない場合は、ステータスを返します.インプリメンテーションは、1つまたは複数のリソースからの応答を待つ可能性がある場合に発生する.
See Also:
Constant Field Values
<!-- -->

STATUS_ROLLING_BACK

public static final int STATUS_ROLLING_BACK

A transaction is associated with the target object and it is in the process of rolling back. An implementation returns this status if it has decided to rollback but has not yet completed the process. The implementation is probably waiting for responses from one or more Resources. ターゲット・オブジェクトに関連付けられたトランザクションがロールバック中です.ロールバックが完了していないと判断した場合は、ステータスを返します.インプリメンテーションは、1つまたは複数のリソースからの応答を待つ可能性がある.
See Also:
Constant Field Values


<!-- -->
<!-- -->
Overview
Package
Class
Tree
Deprecated
Index
Help
JavaTM 2 PlatformEnt. Ed. v1.4
PREV CLASS NEXT CLASS
FRAMES NO FRAMES All Classes
SUMMARY:NESTED| FIELD |CONSTR|METHOD
DETAIL: FIELD |CONSTR|METHOD

Submit a bug or feature
Copyright 2003 Sun Microsystems, Inc. All rights reserved.