|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.server.control.JRcRemoteControlDef
public class JRcRemoteControlDef
JRcServerリモートコントロール定義.
| フィールドの概要 | |
|---|---|
static int |
DEF_PORT
デフォルトリモートコントロールポート番号. |
static int |
DEF_REMOTE
リモートモード : ノーマル. |
static int |
REMOTE_ERROR
リモートモード : 受信エラー. |
static int |
REMOTE_SHUTDOWN
リモートモード : シャットダウン実施. |
static int |
REMOTE_TIMEOUT
リモートモード : 受信タイムアウト. |
| コンストラクタの概要 | |
|---|---|
JRcRemoteControlDef()
|
|
| メソッドの概要 | |
|---|---|
static int |
convertBinaryByRemoteMode(byte[] mode)
バイナリをリモートモードに変換. |
static byte[] |
convertRemoteModeByBinary(int mode)
リモートモードを、バイナリに変換. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final int DEF_PORT
public static final int DEF_REMOTE
public static final int REMOTE_ERROR
public static final int REMOTE_TIMEOUT
public static final int REMOTE_SHUTDOWN
| コンストラクタの詳細 |
|---|
public JRcRemoteControlDef()
| メソッドの詳細 |
|---|
public static final byte[] convertRemoteModeByBinary(int mode)
mode - 変換対象のリモートモードを設定します.
public static final int convertBinaryByRemoteMode(byte[] mode)
throws InputException,
ConvertException
mode - リモートモードに変換するバイナリを設定します.
InputException - 入力例外.
ConvertException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||