Class JDBCVirtualHostLoggerImplFactory

  • All Implemented Interfaces:
    org.apache.qpid.server.plugin.ConfiguredObjectTypeFactory<JDBCVirtualHostLoggerImpl>, org.apache.qpid.server.plugin.Pluggable

    public final class JDBCVirtualHostLoggerImplFactory
    extends org.apache.qpid.server.model.AbstractConfiguredObjectTypeFactory<JDBCVirtualHostLoggerImpl>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected JDBCVirtualHostLoggerImpl createInstance​(java.util.Map<java.lang.String,​java.lang.Object> attributes, org.apache.qpid.server.model.ConfiguredObject<?> parent)  
      • Methods inherited from class org.apache.qpid.server.model.AbstractConfiguredObjectTypeFactory

        create, createAsync, getCategoryClass, getType, recover
      • Methods inherited from class java.lang.Object

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

      • JDBCVirtualHostLoggerImplFactory

        public JDBCVirtualHostLoggerImplFactory()
    • Method Detail

      • createInstance

        protected JDBCVirtualHostLoggerImpl createInstance​(java.util.Map<java.lang.String,​java.lang.Object> attributes,
                                                           org.apache.qpid.server.model.ConfiguredObject<?> parent)
        Specified by:
        createInstance in class org.apache.qpid.server.model.AbstractConfiguredObjectTypeFactory<JDBCVirtualHostLoggerImpl>