org.jboss.messaging.core.server
Interface ServerConsumer

All Superinterfaces:
Consumer
All Known Implementing Classes:
ServerConsumerImpl

public interface ServerConsumer
extends Consumer

A ServerConsumer

Author:
Tim Fox

Method Summary
 void close()
           
 long getClientTargetID()
           
 long getID()
           
 void receiveCredits(int credits)
           
 void setStarted(boolean started)
           
 
Methods inherited from interface org.jboss.messaging.core.server.Consumer
handle
 

Method Detail

getID

long getID()

getClientTargetID

long getClientTargetID()

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception

setStarted

void setStarted(boolean started)
                throws java.lang.Exception
Throws:
java.lang.Exception

receiveCredits

void receiveCredits(int credits)
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.