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
Methods inherited from interface org.jboss.messaging.core.server.Consumer |
handle |
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.