protected class MessageDatabase.LastAckMarshaller extends java.lang.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(java.io.DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(org.apache.activemq.store.kahadb.MessageDatabase.LastAck object,
java.io.DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.LastAck object,
java.io.DataOutput dataOut)
throws java.io.IOException
MarshallerwritePayload in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>java.io.IOExceptionpublic org.apache.activemq.store.kahadb.MessageDatabase.LastAck readPayload(java.io.DataInput dataIn)
throws java.io.IOException
MarshallerreadPayload in interface Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.LastAck>java.io.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-2013 Red Hat, Inc.. All Rights Reserved.