Class 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 Detail

      • StoredDestinationMarshaller

        protected StoredDestinationMarshaller()
    • Method Detail

      • getType

        public Class<org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination> getType()
      • readPayload

        public org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination readPayload​(DataInput dataIn)
                                                                                           throws IOException
        Description copied from interface: Marshaller
        Read 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: Marshaller
        Write the payload of the object to the DataOutput stream.
        Throws:
        IOException