|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.maachang.dbm.service.ProtocolDef
public class ProtocolDef
プロトコル定義.
フィールドの概要 | |
---|---|
static int |
BIND_PORT
接続先ポート番号. |
static int |
OFFSET
プロトコルオフセット値. |
static int |
RESULT_BOOL
戻り値 : 存在確認. |
static int |
RESULT_DATA
戻り値 : データ取得. |
static int |
RESULT_ERROR
戻り値 : 異常終了. |
static int |
RESULT_ID
戻り値 : ID取得. |
static int |
RESULT_SIZE
戻り値 : サイズ取得. |
static int |
RESULT_SUCCESS
戻り値 : 正常終了. |
static int |
SEND_CLOSE
命令処理 : クローズ. |
static int |
SEND_COMMIT
命令処理 : コミット. |
static int |
SEND_CONTAINS
命令処理 : キー確認. |
static int |
SEND_DIRECTORY
命令処理 : ディレクトリ取得. |
static int |
SEND_GET
命令処理 : データ取得. |
static int |
SEND_GET_KEY
命令処理 : Key一覧取得. |
static int |
SEND_HAS_KEY
命令処理 : Key一覧確認. |
static int |
SEND_INIT_KEY
命令処理 : Key一覧初期化. |
static int |
SEND_OFFSET
命令オフセット値. |
static int |
SEND_PUT
命令処理 : データセット. |
static int |
SEND_REMOVE
命令処理 : データ削除. |
static int |
SEND_ROLLBACK
命令処理 : ロールバック. |
static int |
SEND_SEQUENCE_ID
命令処理 : シーケンスID取得. |
static int |
SEND_SIZE
命令処理 : サイズ取得. |
static int |
SEND_TRANSACTOIN
命令処理 : トランザクション確認. |
static int |
SHUTDOWN_PORT
シャットダウンポート番号. |
メソッドの概要 |
---|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int BIND_PORT
public static final int SHUTDOWN_PORT
public static final int OFFSET
public static final int SEND_OFFSET
public static final int SEND_CLOSE
public static final int SEND_COMMIT
public static final int SEND_ROLLBACK
public static final int SEND_TRANSACTOIN
public static final int SEND_PUT
public static final int SEND_REMOVE
public static final int SEND_GET
public static final int SEND_CONTAINS
public static final int SEND_SIZE
public static final int SEND_DIRECTORY
public static final int SEND_INIT_KEY
public static final int SEND_HAS_KEY
public static final int SEND_GET_KEY
public static final int SEND_SEQUENCE_ID
public static final int RESULT_SUCCESS
public static final int RESULT_ERROR
public static final int RESULT_BOOL
public static final int RESULT_DATA
public static final int RESULT_SIZE
public static final int RESULT_ID
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |