public class ServiceSessionFactoryCreatorImpl extends java.lang.Object implements ServiceSessionFactoryCreator
修飾子とタイプ | フィールドと説明 |
---|---|
static Key[] |
KEYS_Depend
依存関係のあるFactoryキー配列
|
static java.lang.String[] |
STRS_Depend
依存関係のあるCreator配列
|
コンストラクタと説明 |
---|
ServiceSessionFactoryCreatorImpl()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
ServiceSessionFactory |
createServiceSessionFactory(Resource resource)
ServiceSessionFactoryを生成して返す
|
java.lang.String |
getCreatorName()
Creatorの名前を返す。
|
java.lang.String[] |
getDependCreatorNames()
依存関係のあるCreator名配列を返す
|
Key[] |
getDependFactoryKey()
依存関係のあるファクトリのキー配列を返す
|
Key |
getFactoryKey()
ファクトリキーを返す
|
public static final Key[] KEYS_Depend
public static final java.lang.String[] STRS_Depend
public ServiceSessionFactory createServiceSessionFactory(Resource resource) throws FatalException
createServiceSessionFactory
インタフェース内 ServiceSessionFactoryCreator
resource
- カーネルリソースFatalException
public java.lang.String getCreatorName()
getCreatorName
インタフェース内 FactoryCreator
public java.lang.String[] getDependCreatorNames()
getDependCreatorNames
インタフェース内 FactoryCreator
public Key[] getDependFactoryKey()
getDependFactoryKey
インタフェース内 FactoryCreator
public Key getFactoryKey()
getFactoryKey
インタフェース内 FactoryCreator