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