public class DefaultServiceLoggerFactoryCreatorImpl extends java.lang.Object implements ServiceLoggerFactoryCreator
コンストラクタと説明 |
---|
DefaultServiceLoggerFactoryCreatorImpl()
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
ServiceLoggerFactory |
createServiceLoggerFactory(Resource resource)
ServiceLoggerFactoryを生成して返す
|
java.lang.String |
getCreatorName()
このCreatorの名称を返す
|
java.lang.String[] |
getDependCreatorNames()
依存関係にある他のCreatorの名称を配列で返す
|
Key[] |
getDependFactoryKey()
依存関係にある他のFactoryのキーを配列で返す
|
Key |
getFactoryKey()
このCreatorが生成するFactoryのキーを返す
|
public DefaultServiceLoggerFactoryCreatorImpl()
public ServiceLoggerFactory createServiceLoggerFactory(Resource resource) throws FatalException
createServiceLoggerFactory
インタフェース内 ServiceLoggerFactoryCreator
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