Interface DerbyVirtualHostNode<X extends DerbyVirtualHostNode<X>>

  • All Superinterfaces:
    org.apache.qpid.server.model.ConfiguredObject<X>, org.apache.qpid.server.model.ContextProvider, org.apache.qpid.server.logging.EventLoggerProvider, org.apache.qpid.server.store.FileBasedSettings, org.apache.qpid.server.model.PermissionedObject, org.apache.qpid.server.store.preferences.PreferencesRoot, org.apache.qpid.server.store.preferences.PreferenceStoreProvider, org.apache.qpid.server.store.Settings, org.apache.qpid.server.model.TaskExecutorProvider, org.apache.qpid.server.model.VirtualHostNode<X>
    All Known Implementing Classes:
    DerbyVirtualHostNodeImpl

    public interface DerbyVirtualHostNode<X extends DerbyVirtualHostNode<X>>
    extends org.apache.qpid.server.model.VirtualHostNode<X>, org.apache.qpid.server.store.FileBasedSettings, org.apache.qpid.server.store.preferences.PreferenceStoreProvider
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String STORE_PATH  
      • Fields inherited from interface org.apache.qpid.server.model.ConfiguredObject

        AWAIT_ATTAINMENT_TIMEOUT, CONTEXT, CREATED_BY, CREATED_TIME, DEFAULT_AWAIT_ATTAINMENT_TIMEOUT, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE
      • Fields inherited from interface org.apache.qpid.server.model.VirtualHostNode

        DEFAULT_INITIAL_CONFIG_VIRTUALHOST_CONFIG_VAR, DEFAULT_INITIAL_CONFIGURATION, DEFAULT_VIRTUAL_HOST_NODE, QPID_INITIAL_CONFIG_VIRTUALHOST_CONFIG_VAR, VIRTUALHOST_BLUEPRINT_CONTEXT_VAR, VIRTUALHOST_INITIAL_CONFIGURATION
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.qpid.server.store.preferences.PreferenceStoreAttributes getPreferenceStoreAttributes()  
      java.lang.String getStorePath()  
      • Methods inherited from interface org.apache.qpid.server.model.ConfiguredObject

        addChangeListener, asObjectRecord, authorise, authorise, authorise, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getStatistics, getType, getTypeClass, getUserPreferences, hasEncrypter, isDurable, managesChildStorage, newToken, open, openAsync, removeChangeListener, removeContextVariable, setAttributes, setAttributesAsync, setContextVariable, setUserPreferences
      • Methods inherited from interface org.apache.qpid.server.model.ContextProvider

        getContextKeys, getContextValue, getContextValue
      • Methods inherited from interface org.apache.qpid.server.logging.EventLoggerProvider

        getEventLogger
      • Methods inherited from interface org.apache.qpid.server.store.preferences.PreferencesRoot

        createPreferenceStore
      • Methods inherited from interface org.apache.qpid.server.store.preferences.PreferenceStoreProvider

        getPreferenceStore
      • Methods inherited from interface org.apache.qpid.server.model.TaskExecutorProvider

        getTaskExecutor
      • Methods inherited from interface org.apache.qpid.server.model.VirtualHostNode

        getConfigurationStore, getRemoteReplicationNodes, getVirtualHost, getVirtualHostInitialConfiguration, isDefaultVirtualHostNode, start, stop
    • Method Detail

      • getStorePath

        java.lang.String getStorePath()
        Specified by:
        getStorePath in interface org.apache.qpid.server.store.FileBasedSettings
      • getPreferenceStoreAttributes

        org.apache.qpid.server.store.preferences.PreferenceStoreAttributes getPreferenceStoreAttributes()
        Specified by:
        getPreferenceStoreAttributes in interface org.apache.qpid.server.model.VirtualHostNode<X extends DerbyVirtualHostNode<X>>