public class ServiceProcessSourceFactoryCreatorImpl extends java.lang.Object implements ServiceProcessSourceFactoryCreator
(process_source mapping class名 iterator class名 ... )上記が存在しない場合は、ServiceProcessSourceImplが採用される。
修飾子とタイプ | フィールドと説明 |
---|---|
static Key |
KEY_ProcessSourceClass |
コンストラクタと説明 |
---|
ServiceProcessSourceFactoryCreatorImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
ServiceProcessSourceFactory |
createServiceProcessSourceFactory(Resource resource) |
ServiceProcessSourceFactory |
createServiceProcessSourceFactory(Resource resource,
java.util.Map info) |
java.lang.String |
getCreatorName()
Creatorの名前を返す。
|
java.lang.String[] |
getDependCreatorNames()
Creatorが依存する他のCreatorキー名を表す。
|
Key[] |
getDependFactoryKey()
Creatorが依存する他のFactoryのキー名を表す。
|
Key |
getFactoryKey()
Resourceで対応するFactoryキー名を返す。
|
public static final Key KEY_ProcessSourceClass
public ServiceProcessSourceFactory createServiceProcessSourceFactory(Resource resource) throws FatalException
public ServiceProcessSourceFactory createServiceProcessSourceFactory(Resource resource, java.util.Map info) throws FatalException
public Key getFactoryKey()
FactoryCreator
getFactoryKey
インタフェース内 FactoryCreator
public Key[] getDependFactoryKey()
FactoryCreator
getDependFactoryKey
インタフェース内 FactoryCreator
public java.lang.String[] getDependCreatorNames()
FactoryCreator
getDependCreatorNames
インタフェース内 FactoryCreator
public java.lang.String getCreatorName()
FactoryCreator
getCreatorName
インタフェース内 FactoryCreator