Uses of Interface
org.apache.activemq.kaha.StoreLocation

Packages that use StoreLocation
org.apache.activemq.kaha fast message persistence implementation 
org.apache.activemq.kaha.impl.data   
org.apache.activemq.kaha.impl.index   
 

Uses of StoreLocation in org.apache.activemq.kaha
 

Methods in org.apache.activemq.kaha that return StoreLocation
 StoreLocation StoreEntry.getKeyDataItem()
           
 StoreLocation StoreEntry.getValueDataItem()
           
 

Uses of StoreLocation in org.apache.activemq.kaha.impl.data
 

Classes in org.apache.activemq.kaha.impl.data that implement StoreLocation
 class DataItem
          A a wrapper for a data in the store
 

Methods in org.apache.activemq.kaha.impl.data that return StoreLocation
 StoreLocation DataManager.storeDataItem(Marshaller marshaller, java.lang.Object payload)
           
 StoreLocation DataManager.storeRedoItem(java.lang.Object payload)
           
 

Methods in org.apache.activemq.kaha.impl.data with parameters of type StoreLocation
 void RedoListener.onRedoItem(StoreLocation item, java.lang.Object object)
           
 java.lang.Object DataManager.readItem(Marshaller marshaller, StoreLocation item)
           
 void DataManager.updateItem(StoreLocation location, Marshaller marshaller, java.lang.Object payload)
           
 

Uses of StoreLocation in org.apache.activemq.kaha.impl.index
 

Methods in org.apache.activemq.kaha.impl.index that return StoreLocation
 StoreLocation IndexItem.getKeyDataItem()
           
 StoreLocation IndexItem.getValueDataItem()
           
 

Methods in org.apache.activemq.kaha.impl.index with parameters of type StoreLocation
 void IndexItem.setKeyData(StoreLocation item)
           
 void IndexItem.setValueData(StoreLocation item)
           
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.