org.jboss.messaging.core.paging
Interface PagedMessage

All Superinterfaces:
EncodingSupport
All Known Implementing Classes:
PagedMessageImpl

public interface PagedMessage
extends EncodingSupport

A Paged message We can't just record the ServerMessage as we need other information (such as the TransactionID used during paging)

Author:
Clebert Suconic

Method Summary
 ServerMessage getMessage(StorageManager storageManager)
           
 long getTransactionID()
           
 
Methods inherited from interface org.jboss.messaging.core.journal.EncodingSupport
decode, encode, getEncodeSize
 

Method Detail

getMessage

ServerMessage getMessage(StorageManager storageManager)

getTransactionID

long getTransactionID()


Copyright © 2006 JBoss Inc. All Rights Reserved.