org.apache.activemq.store.kahadb
Class TempMessageDatabase.StoredDestinationMarshaller
java.lang.Object
org.apache.kahadb.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>
|
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)
|
void |
writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value,
java.io.DataOutput dataOut)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TempMessageDatabase.StoredDestinationMarshaller
protected TempMessageDatabase.StoredDestinationMarshaller()
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
- Throws:
java.io.IOException
writePayload
public void writePayload(org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination value,
java.io.DataOutput dataOut)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.