org.apache.activemq.store.kahadb
Class MessageDatabase.LastAckMarshaller
java.lang.Object
org.apache.activemq.store.kahadb.MessageDatabase.LastAckMarshaller
- All Implemented Interfaces:
- org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
- Enclosing class:
- MessageDatabase
protected class MessageDatabase.LastAckMarshaller
- extends Object
- implements org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDatabase.LastAckMarshaller
protected MessageDatabase.LastAckMarshaller()
writePayload
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.LastAck object,
DataOutput dataOut)
throws IOException
- Specified by:
writePayload in interface org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
- Throws:
IOException
readPayload
public org.apache.activemq.store.kahadb.MessageDatabase.LastAck readPayload(DataInput dataIn)
throws IOException
- Specified by:
readPayload in interface org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
- Throws:
IOException
getFixedSize
public int getFixedSize()
- Specified by:
getFixedSize in interface org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
deepCopy
public org.apache.activemq.store.kahadb.MessageDatabase.LastAck deepCopy(org.apache.activemq.store.kahadb.MessageDatabase.LastAck source)
- Specified by:
deepCopy in interface org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
isDeepCopySupported
public boolean isDeepCopySupported()
- Specified by:
isDeepCopySupported in interface org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.