public class SqlObservationsSchemaFactoryCreatorImpl extends java.lang.Object implements ObservationsSchemaFactoryCreator
| コンストラクタと説明 |
|---|
SqlObservationsSchemaFactoryCreatorImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ObservationsSchemaFactory |
createObservationsSchemaFactory(Resource manager)
ResourceからObservationsSchemaを生成する
|
java.lang.String |
getCreatorName()
Creatorの名前を返す。
|
java.lang.String[] |
getDependCreatorNames()
Creatorが依存する他のCreatorキー名を表す。
|
Key[] |
getDependFactoryKey()
Creatorが依存する他のFactoryのキー名を表す。
|
Key |
getFactoryKey()
Resourceで対応するFactoryキー名を返す。
|
public ObservationsSchemaFactory createObservationsSchemaFactory(Resource manager) throws FatalException
ObservationsSchemaFactoryCreatorcreateObservationsSchemaFactory インタフェース内 ObservationsSchemaFactoryCreatorFatalExceptionpublic Key getFactoryKey()
FactoryCreatorgetFactoryKey インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
FactoryCreatorgetDependFactoryKey インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
FactoryCreatorgetDependCreatorNames インタフェース内 FactoryCreatorpublic java.lang.String getCreatorName()
FactoryCreatorgetCreatorName インタフェース内 FactoryCreator