インタフェース org.objectweb.cjdbc.common.shared.BackendState

すべてのメンバ一覧

説明

This describes the different backend states

作者:
Nicolas Modrzyk
バージョン:
1.0

BackendState.java33 行で定義されています。

Static Public 変数

final int READ_ENABLED_WRITE_DISABLED = 0
final int READ_ENABLED_WRITE_ENABLED = 1
final int READ_DISABLED_WRITE_ENABLED = 2
final int DISABLED = 3
final int RECOVERING = 4
final int DISABLING = 5
final int BACKUPING = 6
final int UNKNOWN = -1


変数

final int org.objectweb.cjdbc.common.shared.BackendState.BACKUPING = 6 [static]
 

The backend is in a restore process. The content of a backup file is being copied onto the backen BackendState.java71 行で定義されています。

final int org.objectweb.cjdbc.common.shared.BackendState.DISABLED = 3 [static]
 

The backend cannot execute any requests BackendState.java54 行で定義されています。

final int org.objectweb.cjdbc.common.shared.BackendState.DISABLING = 5 [static]
 

The backend is set for disabled. It is finishing to execute open transactions BackendState.java65 行で定義されています。

final int org.objectweb.cjdbc.common.shared.BackendState.READ_DISABLED_WRITE_ENABLED = 2 [static]
 

The backend can execute write requests but not read requests BackendState.java49 行で定義されています。

final int org.objectweb.cjdbc.common.shared.BackendState.READ_ENABLED_WRITE_DISABLED = 0 [static]
 

The backend can execute read requests, but not write requests BackendState.java39 行で定義されています。

final int org.objectweb.cjdbc.common.shared.BackendState.READ_ENABLED_WRITE_ENABLED = 1 [static]
 

The backend can execute read and write requests BackendState.java44 行で定義されています。

final int org.objectweb.cjdbc.common.shared.BackendState.RECOVERING = 4 [static]
 

The backend is replaying content from the recovery log BackendState.java59 行で定義されています。

final int org.objectweb.cjdbc.common.shared.BackendState.UNKNOWN = -1 [static]
 

Unknown backend state. This is used when the state of the backend cannot be determined properly. This is the state the backend is set to after a backup, restore or recovery failure. BackendState.java78 行で定義されています。


このインタフェースの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:16 2004に生成されました。 doxygen 1.3.8