Class JDBCSystemConfigImplFactory

  • All Implemented Interfaces:
    org.apache.qpid.server.plugin.Pluggable, org.apache.qpid.server.plugin.SystemConfigFactory<JDBCSystemConfigImpl>

    public final class JDBCSystemConfigImplFactory
    extends java.lang.Object
    implements org.apache.qpid.server.plugin.SystemConfigFactory<JDBCSystemConfigImpl>
    • Method Summary

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

      • JDBCSystemConfigImplFactory

        public JDBCSystemConfigImplFactory()
    • Method Detail

      • getType

        public final java.lang.String getType()
        Specified by:
        getType in interface org.apache.qpid.server.plugin.Pluggable
      • newInstance

        public JDBCSystemConfigImpl 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<JDBCSystemConfigImpl>