protected class MessageDatabase.LastAckMarshaller extends Object implements Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
Modifier | Constructor and Description |
---|---|
protected |
LastAckMarshaller() |
Modifier and Type | Method and Description |
---|---|
org.apache.activemq.store.kahadb.MessageDatabase.LastAck |
deepCopy(org.apache.activemq.store.kahadb.MessageDatabase.LastAck source) |
int |
getFixedSize() |
boolean |
isDeepCopySupported() |
org.apache.activemq.store.kahadb.MessageDatabase.LastAck |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(org.apache.activemq.store.kahadb.MessageDatabase.LastAck object,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.LastAck object, DataOutput dataOut) throws IOException
Marshaller
writePayload
in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
IOException
public org.apache.activemq.store.kahadb.MessageDatabase.LastAck readPayload(DataInput dataIn) throws IOException
Marshaller
readPayload
in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
IOException
public int getFixedSize()
getFixedSize
in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
public org.apache.activemq.store.kahadb.MessageDatabase.LastAck deepCopy(org.apache.activemq.store.kahadb.MessageDatabase.LastAck source)
deepCopy
in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
public boolean isDeepCopySupported()
isDeepCopySupported
in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
Marshaller.deepCopy(Object)
operations is supported.Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.