Uses of Interface
org.apache.activemq.store.PListStore
-
Packages that use PListStore Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.usage -
-
Uses of PListStore in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return PListStore Modifier and Type Method Description PListStoreBroker. getTempDataStore()PListStoreBrokerFilter. getTempDataStore()PListStoreBrokerService. getTempDataStore()PListStoreEmptyBroker. getTempDataStore()PListStoreErrorBroker. getTempDataStore()Methods in org.apache.activemq.broker with parameters of type PListStore Modifier and Type Method Description voidBrokerService. setTempDataStore(PListStore tempDataStore) -
Uses of PListStore in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return PListStore Modifier and Type Method Description PListStoreRegionBroker. getTempDataStore() -
Uses of PListStore in org.apache.activemq.usage
Methods in org.apache.activemq.usage that return PListStore Modifier and Type Method Description PListStoreTempUsage. getStore()Methods in org.apache.activemq.usage with parameters of type PListStore Modifier and Type Method Description voidTempUsage. setStore(PListStore store)Constructors in org.apache.activemq.usage with parameters of type PListStore Constructor Description SystemUsage(String name, PersistenceAdapter adapter, PListStore tempStore, JobSchedulerStore jobSchedulerStore)TempUsage(String name, PListStore store)
-