Package org.apache.activemq.store.kahadb
Class TempMessageDatabase.StoredDestinationMarshaller
java.lang.Object
org.apache.activemq.store.kahadb.disk.util.VariableMarshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination>
org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestinationMarshaller
- All Implemented Interfaces:
Marshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination>
- Enclosing class:
- TempMessageDatabase
protected class TempMessageDatabase.StoredDestinationMarshaller
extends VariableMarshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination>getType()org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestinationreadPayload(DataInput dataIn) Read the payload of the object from the DataInput stream.voidwritePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value, DataOutput dataOut) Write the payload of the object to the DataOutput stream.Methods inherited from class org.apache.activemq.store.kahadb.disk.util.VariableMarshaller
deepCopy, getFixedSize, isDeepCopySupported
-
Constructor Details
-
StoredDestinationMarshaller
protected StoredDestinationMarshaller()
-
-
Method Details
-
getType
-
readPayload
public org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination readPayload(DataInput dataIn) throws IOException Description copied from interface:MarshallerRead the payload of the object from the DataInput stream.- Returns:
- unmarshalled object
- Throws:
IOException
-
writePayload
public void writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value, DataOutput dataOut) throws IOException Description copied from interface:MarshallerWrite the payload of the object to the DataOutput stream.- Throws:
IOException
-