Class 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DerbySystemConfigImplFactory

        public DerbySystemConfigImplFactory()
    • Method Detail

      • getType

        public final java.lang.String getType()
        Specified by:
        getType in interface org.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:
        newInstance in interface org.apache.qpid.server.plugin.SystemConfigFactory<DerbySystemConfigImpl>