org.apache.qpid.server.subscription
Class MessageAcceptCompletionListener

java.lang.Object
  extended by org.apache.qpid.server.subscription.MessageAcceptCompletionListener
All Implemented Interfaces:
org.apache.qpid.transport.Method.CompletionListener

public class MessageAcceptCompletionListener
extends Object
implements org.apache.qpid.transport.Method.CompletionListener


Constructor Summary
MessageAcceptCompletionListener(Subscription_0_10 sub, ServerSession session, QueueEntry entry, boolean restoreCredit)
           
 
Method Summary
 void onComplete(org.apache.qpid.transport.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageAcceptCompletionListener

public MessageAcceptCompletionListener(Subscription_0_10 sub,
                                       ServerSession session,
                                       QueueEntry entry,
                                       boolean restoreCredit)
Method Detail

onComplete

public void onComplete(org.apache.qpid.transport.Method method)
Specified by:
onComplete in interface org.apache.qpid.transport.Method.CompletionListener


Licensed to the Apache Software Foundation