|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.util.RollBase
public abstract class RollBase
ロールデータ管理.
データをロールイメージで管理します.
| フィールドの概要 | |
|---|---|
static int |
MAX_ROLL_LENGTH
最大ロール長. |
static int |
MIN_ROLL_LENGTH
最小ロール長. |
static int |
STATE_OK
ステータス : 正常. |
static int |
STATUS_CLEAR
ステータス : クリア. |
static int |
STATUS_FULL
ステータス : 情報長満杯. |
static int |
STATUS_WARNING
ステータス : 情報長警告. |
| メソッドの概要 | |
|---|---|
void |
destroyRoll()
ロール情報を破棄. |
int |
getManageLength()
管理ロール長の取得. |
int |
getState()
現在のステータス情報の取得. |
java.lang.String |
getStateByString(boolean lang)
現在のステータスを文字列で取得. |
int |
getTimeout()
設定タイムアウト値の取得. |
int |
getWarningPercent()
警告パーセントの取得. |
void |
initRoll(int length,
int timeout)
オブジェクト初期化処理. |
void |
initRoll(int length,
int timeout,
int warningPercent)
オブジェクト初期化処理. |
boolean |
isCreate()
情報生成チェック. |
void |
referenceClose(int id)
参照クローズ処理. |
int |
referenceOpen()
参照オープン処理. |
int |
size()
格納データ長の取得. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final int MIN_ROLL_LENGTH
public static final int MAX_ROLL_LENGTH
public static final int STATE_OK
public static final int STATUS_CLEAR
public static final int STATUS_WARNING
public static final int STATUS_FULL
| メソッドの詳細 |
|---|
public void initRoll(int length,
int timeout)
length - 生成データ長を設定します.timeout - PUT満了時のタイムアウト値(ミリ秒)を設定します.
public void initRoll(int length,
int timeout,
int warningPercent)
length - 生成データ長を設定します.timeout - PUT満了時のタイムアウト値(ミリ秒)を設定します.warningPercent - 警告を示すパーセント値を設定します.public void destroyRoll()
public final int referenceOpen()
public final void referenceClose(int id)
throws NotExistException
id - クローズ対象の参照オープンIDを指定します.
NotExistException - 非存在例外.public int size()
public int getManageLength()
public int getWarningPercent()
public int getTimeout()
public int getState()
public final java.lang.String getStateByString(boolean lang)
lang - 変換対象の言語を設定します.public boolean isCreate()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||