org.maachang.dbm.service
クラス ProtocolDef

java.lang.Object
  上位を拡張 org.maachang.dbm.service.ProtocolDef

public class ProtocolDef
extends java.lang.Object

プロトコル定義.

導入されたバージョン:
MaachangDBM 1.03
バージョン:
2008/01/18
作成者:
masahito suzuki

フィールドの概要
static int BIND_PORT
          接続先ポート番号.
static int OFFSET
          プロトコルオフセット値.
static int RESULT_BOOL
          戻り値 : 存在確認.
static int RESULT_DATA
          戻り値 : データ取得.
static int RESULT_ERROR
          戻り値 : 異常終了.
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_SIZE
          命令処理 : サイズ取得.
static int SEND_TRANSACTOIN
          命令処理 : トランザクション確認.
static int SHUTDOWN_PORT
          シャットダウンポート番号.
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

BIND_PORT

public static final int BIND_PORT
接続先ポート番号.

関連項目:
定数フィールド値

SHUTDOWN_PORT

public static final int SHUTDOWN_PORT
シャットダウンポート番号.

関連項目:
定数フィールド値

OFFSET

public static final int OFFSET
プロトコルオフセット値.

関連項目:
定数フィールド値

SEND_OFFSET

public static final int SEND_OFFSET
命令オフセット値.

関連項目:
定数フィールド値

SEND_CLOSE

public static final int SEND_CLOSE
命令処理 : クローズ.

関連項目:
定数フィールド値

SEND_COMMIT

public static final int SEND_COMMIT
命令処理 : コミット.

関連項目:
定数フィールド値

SEND_ROLLBACK

public static final int SEND_ROLLBACK
命令処理 : ロールバック.

関連項目:
定数フィールド値

SEND_TRANSACTOIN

public static final int SEND_TRANSACTOIN
命令処理 : トランザクション確認.

関連項目:
定数フィールド値

SEND_PUT

public static final int SEND_PUT
命令処理 : データセット.

関連項目:
定数フィールド値

SEND_REMOVE

public static final int SEND_REMOVE
命令処理 : データ削除.

関連項目:
定数フィールド値

SEND_GET

public static final int SEND_GET
命令処理 : データ取得.

関連項目:
定数フィールド値

SEND_CONTAINS

public static final int SEND_CONTAINS
命令処理 : キー確認.

関連項目:
定数フィールド値

SEND_SIZE

public static final int SEND_SIZE
命令処理 : サイズ取得.

関連項目:
定数フィールド値

SEND_DIRECTORY

public static final int SEND_DIRECTORY
命令処理 : ディレクトリ取得.

関連項目:
定数フィールド値

SEND_INIT_KEY

public static final int SEND_INIT_KEY
命令処理 : Key一覧初期化.

関連項目:
定数フィールド値

SEND_HAS_KEY

public static final int SEND_HAS_KEY
命令処理 : Key一覧確認.

関連項目:
定数フィールド値

SEND_GET_KEY

public static final int SEND_GET_KEY
命令処理 : Key一覧取得.

関連項目:
定数フィールド値

RESULT_SUCCESS

public static final int RESULT_SUCCESS
戻り値 : 正常終了.

関連項目:
定数フィールド値

RESULT_ERROR

public static final int RESULT_ERROR
戻り値 : 異常終了.

関連項目:
定数フィールド値

RESULT_BOOL

public static final int RESULT_BOOL
戻り値 : 存在確認.

関連項目:
定数フィールド値

RESULT_DATA

public static final int RESULT_DATA
戻り値 : データ取得.

関連項目:
定数フィールド値

RESULT_SIZE

public static final int RESULT_SIZE
戻り値 : サイズ取得.

関連項目:
定数フィールド値