|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.siprop.stack.impl.StackRepositoryImpl
public class StackRepositoryImpl
Stack用のリポジトリクラスの実装
現在は、Jain-SIPの構造に合わせて変更されている
コンストラクタの概要 | |
---|---|
StackRepositoryImpl()
|
メソッドの概要 | |
---|---|
void |
create(Provider provider)
Repositoryを作成する。 |
Router |
getRouter(RouteType routeType)
Routerを取得する。 |
void |
setRouter(RouteType routeType,
Router router)
Routerをセットする。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public StackRepositoryImpl()
メソッドの詳細 |
---|
public void create(Provider provider)
Repository
内の create
provider
- public Router getRouter(RouteType routeType)
Repository
内の getRouter
routeType
-
public void setRouter(RouteType routeType, Router router)
Repository
内の setRouter
routeType
- router
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |