|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.siprop.b2bua.impl.B2BUAProviderImpl
public class B2BUAProviderImpl
B2BUAの初期化処理を行うクラスの実装
| コンストラクタの概要 | |
|---|---|
B2BUAProviderImpl()
|
|
| メソッドの概要 | |
|---|---|
PropertiesDepot |
createProperty(java.lang.String filePath)
コンフィグ情報から、PropertiesDepotを作成する。 |
Repository |
createRepository(Provider provider)
Provider情報から、Repositoryを作成する。 |
Resolver |
createResolver(Provider provider)
Resolverを作成する。 |
Repository |
createStacks()
スタックを作成する。 |
Repository |
createTransports()
トランスポートを作成する。 |
Repository |
createUAs()
UAを作成する。 |
PropertiesDepot |
getProperty()
Propertyを取得する。 |
java.util.List |
getRepositories()
Repositoryのリストを取得する。 |
java.util.List |
getResolvers()
Resolverのリストを取得する。 |
void |
setup()
セットアップをする。 |
void |
setup(java.lang.String propPath)
各層を初期化し、B2BUAを起動する。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public B2BUAProviderImpl()
| メソッドの詳細 |
|---|
public void setup()
Provider の記述:
Provider 内の setuppublic void setup(java.lang.String propPath)
filePath - public Resolver createResolver(Provider provider)
Provider 内の createResolverpublic Repository createTransports()
B2BUAProvider 内の createTransportspublic Repository createStacks()
B2BUAProvider 内の createStackspublic Repository createUAs()
B2BUAProvider 内の createUAspublic PropertiesDepot createProperty(java.lang.String filePath)
Provider 内の createPropertypublic Repository createRepository(Provider provider)
Provider 内の createRepositorypublic java.util.List getRepositories()
Provider 内の getRepositoriespublic java.util.List getResolvers()
Provider 内の getResolverspublic PropertiesDepot getProperty()
Provider 内の getProperty
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||