org.apache.qpid.server.transport
Interface ServerSession.MessageDispositionChangeListener

All Known Implementing Classes:
ExplicitAcceptDispositionChangeListener, ImplicitAcceptDispositionChangeListener
Enclosing class:
ServerSession

public static interface ServerSession.MessageDispositionChangeListener


Method Summary
 boolean acquire()
           
 void onAccept()
           
 void onReject()
           
 void onRelease()
           
 

Method Detail

onAccept

void onAccept()

onRelease

void onRelease()

onReject

void onReject()

acquire

boolean acquire()


Licensed to the Apache Software Foundation