org.jboss.jms.server.endpoint
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: 1019 $ $Id: ConsumerEndpoint.java 1019 2006-07-17 17:15:04Z timfox $
Author:
Tim Fox

Method Summary
 void more()
          If the client buffer has previously become full because the server was sending at a faster rate than the client could consume, then the server will stop sending messages.
 
Methods inherited from interface org.jboss.jms.client.Closeable
close, closing, isClosed
 

Method Detail

more

public void more()
          throws JMSException
If the client buffer has previously become full because the server was sending at a faster rate than the client could consume, then the server will stop sending messages. When the client has emptied the buffer it then needs to inform the server that it can receive more messages by calling this method

Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.