Uses of Interface
org.apache.activemq.store.PersistenceAdapterFactory

Packages that use PersistenceAdapterFactory
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
 

Uses of PersistenceAdapterFactory in org.apache.activemq.broker
 

Methods in org.apache.activemq.broker that return PersistenceAdapterFactory
 PersistenceAdapterFactory BrokerService.getPersistenceFactory()
           
 

Methods in org.apache.activemq.broker with parameters of type PersistenceAdapterFactory
 void BrokerService.setPersistenceFactory(PersistenceAdapterFactory persistenceFactory)
           
 

Uses of PersistenceAdapterFactory in org.apache.activemq.store
 

Classes in org.apache.activemq.store that implement PersistenceAdapterFactory
 class DefaultPersistenceAdapterFactory
          Factory class that can create PersistenceAdapter objects.
 class PersistenceAdapterFactoryBean
          Creates a default persistence model using the Journal and JDBC
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.