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

Packages that use Marshaller
org.apache.activemq.kaha fast message persistence implementation 
org.apache.activemq.kaha.impl.container   
org.apache.activemq.kaha.impl.data   
org.apache.activemq.kaha.impl.index   
org.apache.activemq.store.kahadaptor kaha implementation of message persistence for the broker 
 

Uses of Marshaller in org.apache.activemq.kaha
 

Classes in org.apache.activemq.kaha that implement Marshaller
 class BytesMarshaller
          Implementation of a Marshaller for byte arrays
 class ObjectMarshaller
          Implementation of a Marshaller for Objects
 class StringMarshaller
          Implementation of a Marshaller for Strings
 

Fields in org.apache.activemq.kaha declared as Marshaller
static Marshaller Store.BytesMarshaller
          Byte Marshaller
static Marshaller Store.ObjectMarshaller
          Object Marshaller
static Marshaller Store.StringMarshaller
          String Marshaller
 

Methods in org.apache.activemq.kaha with parameters of type Marshaller
 void MapContainer.setKeyMarshaller(Marshaller keyMarshaller)
          For homogenous containers can set a custom marshaller for loading keys The default uses Object serialization
 void ListContainer.setMarshaller(Marshaller marshaller)
          For homogenous containers can set a custom marshaller for loading values The default uses Object serialization
 void MapContainer.setValueMarshaller(Marshaller valueMarshaller)
          For homogenous containers can set a custom marshaller for loading values The default uses Object serialization
 

Uses of Marshaller in org.apache.activemq.kaha.impl.container
 

Fields in org.apache.activemq.kaha.impl.container declared as Marshaller
protected  Marshaller MapContainerImpl.keyMarshaller
           
protected  Marshaller ListContainerImpl.marshaller
           
protected  Marshaller MapContainerImpl.valueMarshaller
           
 

Methods in org.apache.activemq.kaha.impl.container with parameters of type Marshaller
 void MapContainerImpl.setKeyMarshaller(Marshaller keyMarshaller)
           
 void ListContainerImpl.setMarshaller(Marshaller marshaller)
           
 void MapContainerImpl.setValueMarshaller(Marshaller valueMarshaller)
           
 

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

Methods in org.apache.activemq.kaha.impl.data that return Marshaller
 Marshaller DataManager.getRedoMarshaller()
           
 

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

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

Fields in org.apache.activemq.kaha.impl.index declared as Marshaller
static Marshaller RedoStoreIndexItem.MARSHALLER
           
 

Constructors in org.apache.activemq.kaha.impl.index with parameters of type Marshaller
RangeLimitedMap(IndexLinkedList indexList, DataManager keyDataManager, Marshaller keyMarshaller)
           
 

Uses of Marshaller in org.apache.activemq.store.kahadaptor
 

Classes in org.apache.activemq.store.kahadaptor that implement Marshaller
 class AtomicIntegerMarshaller
          Marshall an AtomicInteger
 class CommandMarshaller
          Marshall a Message or a MessageReference
 class ConsumerMessageRefMarshaller
          Marshall a TopicSubAck
 class StoreEntryMarshaller
          Marshall a TopicSubAck
 class TopicSubAckMarshaller
          Marshall a TopicSubAck
 class TransactionMarshaller
          Marshall a Transaction
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.