org.siprop.ua.impl
クラス UARepositoryImpl

java.lang.Object
  上位を拡張 org.siprop.ua.impl.UARepositoryImpl
すべての実装されたインタフェース:
Repository, UARepository

public class UARepositoryImpl
extends java.lang.Object
implements UARepository

UA用リポジトリクラスの実装

作成者:
noritsuna

コンストラクタの概要
UARepositoryImpl()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

UARepositoryImpl

public UARepositoryImpl()
メソッドの詳細

create

public void create(Provider provider)
Repositoryを作成する。

定義:
インタフェース Repository 内の create
パラメータ:
provider -

getRouter

public Router getRouter(RouteType routeType)
Routerを取得する。

定義:
インタフェース Repository 内の getRouter
パラメータ:
routeType -
戻り値:

setRouter

public void setRouter(RouteType routeType,
                      Router router)
Routerをセットする。

定義:
インタフェース Repository 内の setRouter
パラメータ:
routeType - Routerの種類
router -