org.apache.activemq.store.kahadb
Class MessageDatabase.StoredDestinationMarshaller
java.lang.Object
org.apache.kahadb.util.VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
org.apache.activemq.store.kahadb.MessageDatabase.StoredDestinationMarshaller
- All Implemented Interfaces:
- org.apache.kahadb.util.Marshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
- Enclosing class:
- MessageDatabase
protected class MessageDatabase.StoredDestinationMarshaller
- extends org.apache.kahadb.util.VariableMarshaller<org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination>
|
Method Summary |
org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination |
readPayload(DataInput dataIn)
|
void |
writePayload(org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination value,
DataOutput dataOut)
|
| 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 |
MessageDatabase.StoredDestinationMarshaller
protected MessageDatabase.StoredDestinationMarshaller()
readPayload
public org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination readPayload(DataInput dataIn)
throws IOException
- Throws:
IOException
writePayload
public void writePayload(org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination value,
DataOutput dataOut)
throws IOException
- Throws:
IOException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.