org.apache.activemq.store.kahadb
Class TempMessageDatabase.StoredDestinationMarshaller

java.lang.Object
  extended by org.apache.kahadb.util.VariableMarshaller<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination>
      extended by 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
protected TempMessageDatabase.StoredDestinationMarshaller()
           
 
Method Summary
 java.lang.Class<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination> getType()
           
 org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination readPayload(java.io.DataInput dataIn)
          Read the payload of the object from the DataInput stream.
 void writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value, java.io.DataOutput dataOut)
          Write the payload of the object to the DataOutput stream.
 
Methods inherited from class org.apache.kahadb.util.VariableMarshaller
deepCopy, getFixedSize, isDeepCopySupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempMessageDatabase.StoredDestinationMarshaller

protected TempMessageDatabase.StoredDestinationMarshaller()
Method Detail

getType

public java.lang.Class<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination> getType()

readPayload

public org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination readPayload(java.io.DataInput dataIn)
                                                                                   throws java.io.IOException
Description copied from interface: Marshaller
Read the payload of the object from the DataInput stream.

Returns:
unmarshalled object
Throws:
java.io.IOException

writePayload

public void writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value,
                         java.io.DataOutput dataOut)
                  throws java.io.IOException
Description copied from interface: Marshaller
Write the payload of the object to the DataOutput stream.

Throws:
java.io.IOException


Copyright © 2005-2012. All Rights Reserved.