org.apache.activemq.store.kahadb
Class MessageDatabase.MessageKeysMarshaller
java.lang.Object
org.apache.kahadb.util.VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys>
org.apache.activemq.store.kahadb.MessageDatabase.MessageKeysMarshaller
- All Implemented Interfaces:
- Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys>
- Enclosing class:
- MessageDatabase
protected static class MessageDatabase.MessageKeysMarshaller
- extends VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys>
Method Summary |
org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream. |
void |
writePayload(org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys object,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDatabase.MessageKeysMarshaller
protected MessageDatabase.MessageKeysMarshaller()
readPayload
public org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys readPayload(DataInput dataIn)
throws IOException
- Description copied from interface:
Marshaller
- Read the payload of the object from the DataInput stream.
- Returns:
- unmarshalled object
- Throws:
IOException
writePayload
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.MessageKeys object,
DataOutput dataOut)
throws IOException
- Description copied from interface:
Marshaller
- Write the payload of the object to the DataOutput stream.
- Throws:
IOException
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.