org.apache.qpid.server.store
Interface TransactionLogRecoveryHandler.QueueEntryRecoveryHandler

All Known Implementing Classes:
VirtualHostConfigRecoveryHandler
Enclosing interface:
TransactionLogRecoveryHandler

public static interface TransactionLogRecoveryHandler.QueueEntryRecoveryHandler


Method Summary
 void completeQueueEntryRecovery()
           
 void queueEntry(String queuename, long messageId)
           
 

Method Detail

queueEntry

void queueEntry(String queuename,
                long messageId)

completeQueueEntryRecovery

void completeQueueEntryRecovery()


Licensed to the Apache Software Foundation