Uses of Interface
org.apache.activemq.store.PListStore
Packages that use PListStore
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
Region abstraction and implementations in the Broker.
-
Uses of PListStore in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return PListStoreModifier and TypeMethodDescriptionBroker.getTempDataStore()BrokerFilter.getTempDataStore()BrokerService.getTempDataStore()EmptyBroker.getTempDataStore()ErrorBroker.getTempDataStore()Methods in org.apache.activemq.broker with parameters of type PListStore -
Uses of PListStore in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return PListStore -
Uses of PListStore in org.apache.activemq.usage
Methods in org.apache.activemq.usage that return PListStoreMethods in org.apache.activemq.usage with parameters of type PListStoreConstructors in org.apache.activemq.usage with parameters of type PListStoreModifierConstructorDescriptionSystemUsage(String name, PersistenceAdapter adapter, PListStore tempStore, JobSchedulerStore jobSchedulerStore) TempUsage(String name, PListStore store)