|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface MgcValue
マルチキャストグループ要素オブジェクト.
接続情報を格納するマルチキャストグループ要素オブジェクトです.
フィールドの概要 | |
---|---|
static int |
PROTOCOL_TYPE_MCAST
対象プロトコルタイプ : Malticast. |
static int |
PROTOCOL_TYPE_TCP
対象プロトコルタイプ : TCP. |
static int |
PROTOCOL_TYPE_UDP
対象プロトコルタイプ : UDP. |
メソッドの概要 | |
---|---|
int |
getBeforeResponse()
前回応答時間を取得. |
boolean |
getBind(ConnectAddress out)
設定されているバインド情報を取得. |
java.net.InetAddress |
getBindAddress()
設定されているバインドアドレスを取得. |
int |
getBindPort()
設定されているバインドポートを取得. |
int |
getConnectCount()
現在のコネクションカウントを取得. |
long |
getDefaultTime()
現在のMgc標準時間を取得. |
int |
getProtocolType()
設定されているプロトコルタイプを取得. |
int |
getServerID()
設定されているサーバIDを取得. |
java.lang.String |
getServerName()
設定されているサーバ名を取得. |
long |
getUpdateTime()
更新時間を取得. |
boolean |
isUse()
このオブジェクトが有効であるかチェック. |
インタフェース java.lang.Comparable から継承されたメソッド |
---|
compareTo |
フィールドの詳細 |
---|
static final int PROTOCOL_TYPE_TCP
static final int PROTOCOL_TYPE_UDP
static final int PROTOCOL_TYPE_MCAST
メソッドの詳細 |
---|
java.lang.String getServerName()
int getServerID()
int getProtocolType()
java.net.InetAddress getBindAddress()
int getBindPort()
boolean getBind(ConnectAddress out)
out
- 取得先のオブジェクトを設定します.
long getUpdateTime()
int getConnectCount()
long getDefaultTime()
int getBeforeResponse()
boolean isUse()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |