Uses of Interface
org.apache.qpid.server.store.ConfigurationRecoveryHandler

Packages that use ConfigurationRecoveryHandler
org.apache.qpid.server.store   
org.apache.qpid.server.virtualhost   
 

Uses of ConfigurationRecoveryHandler in org.apache.qpid.server.store
 

Methods in org.apache.qpid.server.store with parameters of type ConfigurationRecoveryHandler
 void DurableConfigurationStore.configureConfigStore(String name, ConfigurationRecoveryHandler recoveryHandler, Configuration config, LogSubject logSubject)
          Called after instantiation in order to configure the message store.
 void DerbyMessageStore.configureConfigStore(String name, ConfigurationRecoveryHandler recoveryHandler, Configuration storeConfiguration, LogSubject logSubject)
           
 void MemoryMessageStore.configureConfigStore(String name, ConfigurationRecoveryHandler handler, Configuration configuration, LogSubject logSubject)
           
 void DerbyMessageStore.recover(ConfigurationRecoveryHandler recoveryHandler)
           
 

Uses of ConfigurationRecoveryHandler in org.apache.qpid.server.virtualhost
 

Classes in org.apache.qpid.server.virtualhost that implement ConfigurationRecoveryHandler
 class VirtualHostConfigRecoveryHandler
           
 



Licensed to the Apache Software Foundation