public class CommitableFactoryCreatorCachedImpl extends java.lang.Object implements CommitableFactoryCreator
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static Key |
KEY_Commitable |
KEY_SelectedCommitable| コンストラクタと説明 |
|---|
CommitableFactoryCreatorCachedImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CommitableFactory |
createCommitableFactory(Resource resource)
CommitableFactoryを生成する。
|
CommitableFactory |
createCommitableFactory(Resource resource,
java.util.Map commitableInfo)
Internal use only.
|
java.lang.String |
getCreatorName()
Creatorの名前を返す。
|
java.lang.String[] |
getDependCreatorNames()
Creatorが依存する他のCreatorキー名を表す。
|
Key[] |
getDependFactoryKey()
Creatorが依存する他のFactoryのキー名を表す。
|
Key |
getFactoryKey()
Resourceで対応するFactoryキー名を返す。
|
public static final Key KEY_Commitable
public CommitableFactory createCommitableFactory(Resource resource) throws FatalException
CommitableFactoryCreatorcreateCommitableFactory インタフェース内 CommitableFactoryCreatorFatalExceptionpublic CommitableFactory createCommitableFactory(Resource resource, java.util.Map commitableInfo) throws FatalException
CommitableFactoryCreatorcreateCommitableFactory インタフェース内 CommitableFactoryCreatorFatalExceptionpublic Key getFactoryKey()
FactoryCreatorgetFactoryKey インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
FactoryCreatorgetDependFactoryKey インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
FactoryCreatorgetDependCreatorNames インタフェース内 FactoryCreatorpublic java.lang.String getCreatorName()
FactoryCreatorgetCreatorName インタフェース内 FactoryCreator