protected class MessageDatabase.LastAckMarshaller extends Object implements Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>
| Modifier | Constructor and Description |
|---|---|
protected |
MessageDatabase.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.
|
protected MessageDatabase.LastAckMarshaller()
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.LastAck object, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>IOExceptionpublic org.apache.activemq.store.kahadb.MessageDatabase.LastAck readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>IOExceptionpublic 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–2015 FuseSource, Corp.. All rights reserved.