public class ChannelAdapter extends Object implements ChannelListener
Constructor and Description |
---|
ChannelAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onBindQueue(ChannelEvent e) |
void |
onCancelBasic(ChannelEvent e) |
void |
onClose(ChannelEvent e) |
void |
onCommit(ChannelEvent e) |
void |
onConsumeBasic(ChannelEvent e) |
void |
onDeclareExchange(ChannelEvent e) |
void |
onDeclareQueue(ChannelEvent e) |
void |
onDeleteExchange(ChannelEvent e) |
void |
onDeleteQueue(ChannelEvent e) |
void |
onDeliver(ChannelEvent e) |
void |
onError(ChannelEvent e) |
void |
onFlow(ChannelEvent e) |
void |
onGetBasic(ChannelEvent e) |
void |
onGetEmpty(ChannelEvent e) |
void |
onMessage(ChannelEvent e) |
void |
onOpen(ChannelEvent e) |
void |
onPurgeQueue(ChannelEvent e) |
void |
onQos(ChannelEvent e) |
void |
onRecoverBasic(ChannelEvent e) |
void |
onRejectBasic(ChannelEvent e) |
void |
onRollback(ChannelEvent e) |
void |
onSelect(ChannelEvent e) |
void |
onUnbind(ChannelEvent e) |
public void onBindQueue(ChannelEvent e)
onBindQueue
in interface ChannelListener
public void onCancelBasic(ChannelEvent e)
onCancelBasic
in interface ChannelListener
public void onClose(ChannelEvent e)
onClose
in interface ChannelListener
public void onCommit(ChannelEvent e)
onCommit
in interface ChannelListener
public void onConsumeBasic(ChannelEvent e)
onConsumeBasic
in interface ChannelListener
public void onDeclareExchange(ChannelEvent e)
onDeclareExchange
in interface ChannelListener
public void onDeclareQueue(ChannelEvent e)
onDeclareQueue
in interface ChannelListener
public void onDeleteExchange(ChannelEvent e)
onDeleteExchange
in interface ChannelListener
public void onDeleteQueue(ChannelEvent e)
onDeleteQueue
in interface ChannelListener
public void onDeliver(ChannelEvent e)
onDeliver
in interface ChannelListener
public void onError(ChannelEvent e)
onError
in interface ChannelListener
public void onFlow(ChannelEvent e)
onFlow
in interface ChannelListener
public void onGetBasic(ChannelEvent e)
onGetBasic
in interface ChannelListener
public void onGetEmpty(ChannelEvent e)
onGetEmpty
in interface ChannelListener
public void onOpen(ChannelEvent e)
onOpen
in interface ChannelListener
public void onPurgeQueue(ChannelEvent e)
onPurgeQueue
in interface ChannelListener
public void onQos(ChannelEvent e)
onQos
in interface ChannelListener
public void onRecoverBasic(ChannelEvent e)
onRecoverBasic
in interface ChannelListener
public void onRollback(ChannelEvent e)
onRollback
in interface ChannelListener
public void onSelect(ChannelEvent e)
onSelect
in interface ChannelListener
public void onUnbind(ChannelEvent e)
onUnbind
in interface ChannelListener
public void onMessage(ChannelEvent e)
onMessage
in interface ChannelListener
public void onRejectBasic(ChannelEvent e)
onRejectBasic
in interface ChannelListener
Copyright © 2014. All Rights Reserved.