org.activemq.broker
Interface ConsumerInfoListener

All Known Implementing Classes:
NetworkChannel, RemoteNetworkChannel

public interface ConsumerInfoListener

A listener for ConsumerInfo packets

Version:
$Revision: 1.1.1.1 $

Method Summary
 void onConsumerInfo(BrokerClient client, ConsumerInfo info)
          ConsumerInfo packet fired from within the broker
 

Method Detail

onConsumerInfo

void onConsumerInfo(BrokerClient client,
                    ConsumerInfo info)
ConsumerInfo packet fired from within the broker

Parameters:
client -
info -


Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.