org.jboss.messaging.core.journal
Interface EncodingSupport
- All Known Subinterfaces:
- LargeServerMessage, PagedMessage, PageTransactionInfo, ServerMessage
- All Known Implementing Classes:
- JournalLargeServerMessage, NullStorageLargeServerMessage, PagedMessageImpl, PageTransactionInfoImpl, ServerMessageImpl
public interface EncodingSupport
This class provides encoding support for the Journal.
- Author:
- Clebert Suconic, Tim Fox
getEncodeSize
int getEncodeSize()
encode
void encode(MessagingBuffer buffer)
decode
void decode(MessagingBuffer buffer)
Copyright © 2006 JBoss Inc. All Rights Reserved.