org.codehaus.activemq.broker
Interface ConsumerInfoListener

All Known Implementing Classes:
NetworkChannel

public interface ConsumerInfoListener

A listener for ConsumerInfo packets

Version:
$Revision: 1.1 $

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

Method Detail

onConsumerInfo

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

Parameters:
client -
info -


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