Class DerbySystemConfigImplFactory
- java.lang.Object
-
- org.apache.qpid.server.store.derby.DerbySystemConfigImplFactory
-
- All Implemented Interfaces:
Pluggable,SystemConfigFactory<DerbySystemConfigImpl>
public final class DerbySystemConfigImplFactory extends Object implements SystemConfigFactory<DerbySystemConfigImpl>
-
-
Constructor Summary
Constructors Constructor Description DerbySystemConfigImplFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()DerbySystemConfigImplnewInstance(org.apache.qpid.server.configuration.updater.TaskExecutor taskExecutor, org.apache.qpid.server.logging.EventLogger eventLogger, Principal systemPrincipal, Map<String,Object> attributes)
-
-
-
Method Detail
-
newInstance
public DerbySystemConfigImpl newInstance(org.apache.qpid.server.configuration.updater.TaskExecutor taskExecutor, org.apache.qpid.server.logging.EventLogger eventLogger, Principal systemPrincipal, Map<String,Object> attributes)
- Specified by:
newInstancein interfaceSystemConfigFactory<DerbySystemConfigImpl>
-
-