protected static class TempMessageDatabase.MessageKeysMarshaller extends VariableMarshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord>
| Modifier | Constructor and Description |
|---|---|
protected |
TempMessageDatabase.MessageKeysMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord object,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupportedprotected TempMessageDatabase.MessageKeysMarshaller()
public org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord readPayload(DataInput dataIn) throws IOException
MarshallerIOExceptionpublic void writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.MessageRecord object, DataOutput dataOut) throws IOException
MarshallerIOExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.