Package org.apache.activemq.store.kahadb
Class TempMessageDatabase.MessageKeysMarshaller
- java.lang.Object
 - 
- org.apache.activemq.store.kahadb.disk.util.VariableMarshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord>
 - 
- org.apache.activemq.store.kahadb.TempMessageDatabase.MessageKeysMarshaller
 
 
 
- 
- All Implemented Interfaces:
 Marshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord>
- Enclosing class:
 - TempMessageDatabase
 
protected static class TempMessageDatabase.MessageKeysMarshaller extends VariableMarshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord>
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedMessageKeysMarshaller() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecordreadPayload(DataInput dataIn)Read the payload of the object from the DataInput stream.voidwritePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord object, DataOutput dataOut)Write the payload of the object to the DataOutput stream.- 
Methods inherited from class org.apache.activemq.store.kahadb.disk.util.VariableMarshaller
deepCopy, getFixedSize, isDeepCopySupported 
 - 
 
 - 
 
- 
- 
Method Detail
- 
readPayload
public org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord readPayload(DataInput dataIn) throws IOException
Description copied from interface:MarshallerRead the payload of the object from the DataInput stream.- Returns:
 - unmarshalled object
 - Throws:
 IOException
 
- 
writePayload
public void writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord object, DataOutput dataOut) throws IOExceptionDescription copied from interface:MarshallerWrite the payload of the object to the DataOutput stream.- Throws:
 IOException
 
 - 
 
 -