|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.maachang.dbm.service.MDbmServer
public class MDbmServer
MaachangDbmサーバオブジェクト.
コンストラクタの概要 | |
---|---|
MDbmServer(java.net.InetAddress addr,
int port,
int backlog,
int pool)
コンストラクタ. |
メソッドの概要 | |
---|---|
void |
destroy()
オブジェクト破棄. |
java.net.InetAddress |
getInetAddress()
バインドアドレスを取得. |
int |
getLocalPort()
バインドポートを取得. |
boolean |
isUse()
オブジェクトが動作しているかチェック. |
int |
size()
現在の接続数を取得. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MDbmServer(java.net.InetAddress addr, int port, int backlog, int pool) throws java.lang.Exception
addr
- 対象のバインドアドレスを設定します.port
- 対象のバインドポート番号を設定します.backlog
- 対象の最大接続数を設定します.pool
- 対象のプーリングスレッド数を設定します.
java.lang.Exception
- 例外.メソッドの詳細 |
---|
public void destroy()
public java.net.InetAddress getInetAddress()
public int getLocalPort()
public int size()
public boolean isUse()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |