Class DerbyVirtualHostImplFactory

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

    public final class DerbyVirtualHostImplFactory
    extends org.apache.qpid.server.model.AbstractConfiguredObjectTypeFactory<DerbyVirtualHostImpl>
    implements org.apache.qpid.server.plugin.ConditionallyAvailable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected DerbyVirtualHostImpl createInstance​(java.util.Map<java.lang.String,​java.lang.Object> attributes, org.apache.qpid.server.model.ConfiguredObject<?> parent)  
      boolean isAvailable()  
      • 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
      • Methods inherited from interface org.apache.qpid.server.plugin.Pluggable

        getType
    • Constructor Detail

      • DerbyVirtualHostImplFactory

        public DerbyVirtualHostImplFactory()
    • Method Detail

      • createInstance

        protected DerbyVirtualHostImpl 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<DerbyVirtualHostImpl>
      • isAvailable

        public boolean isAvailable()
        Specified by:
        isAvailable in interface org.apache.qpid.server.plugin.ConditionallyAvailable