|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectokuyama.imdst.util.protocol.ProtocolTakerFactory
public class ProtocolTakerFactory
クライアントとのProtocolの差を保管するProtocolTakerをインスタンス化して返す.
| コンストラクタの概要 | |
|---|---|
ProtocolTakerFactory()
|
|
| メソッドの概要 | |
|---|---|
static IProtocolTaker |
getProtocolTaker(java.lang.String protocol)
Protocol名を渡すとそれに合ったTakerを返す. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ProtocolTakerFactory()
| メソッドの詳細 |
|---|
public static IProtocolTaker getProtocolTaker(java.lang.String protocol)
throws java.lang.Exception
protocol - プロトコル名
java.lang.Exception - プロトコルが存在しない場合
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||