org.jboss.jms.delegate
Interface ConsumerEndpoint

All Superinterfaces:
Closeable
All Known Subinterfaces:
ConsumerDelegate
All Known Implementing Classes:
ClientConsumerDelegate, ConsumerAdvised, ServerConsumerEndpoint

public interface ConsumerEndpoint
extends Closeable

Represents the set of methods from the ConsumerDelegate that are handled on the server. The rest of the methods are handled in the advice stack.

Version:
$Revision: 2868 $ $Id: ConsumerEndpoint.java 2868 2007-07-10 20:22:16Z timfox $
Author:
Tim Fox, Ovidiu Feodorov

Method Summary
 void changeRate(float newRate)
          Sent to the server to specify a new maximum rate at which to send messages at
 
Methods inherited from interface org.jboss.jms.client.Closeable
close, closing
 

Method Detail

changeRate

void changeRate(float newRate)
                throws JMSException
Sent to the server to specify a new maximum rate at which to send messages at

Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.