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

Enclosing interface:
ConfigurationRecoveryHandler

public static interface ConfigurationRecoveryHandler.QueueEntryRecoveryHandler


Method Summary
 void complete()
           
 void queueEntry(String queueName, long messageId)
           
 

Method Detail

complete

void complete()

queueEntry

void queueEntry(String queueName,
                long messageId)


Licensed to the Apache Software Foundation