org.jboss.messaging.core.server
Interface ServerProducer
- All Known Implementing Classes:
- ServerProducerImpl
public interface ServerProducer
A ServerProducer
- Author:
- Tim Fox
getID
long getID()
close
void close()
throws java.lang.Exception
- Throws:
java.lang.Exception
send
void send(ServerMessage msg)
throws java.lang.Exception
- Throws:
java.lang.Exception
requestAndSendCredits
void requestAndSendCredits()
throws java.lang.Exception
- Throws:
java.lang.Exception
sendCredits
void sendCredits(int credits)
throws java.lang.Exception
- Throws:
java.lang.Exception
setWaiting
void setWaiting(boolean waiting)
isWaiting
boolean isWaiting()
Copyright © 2006 JBoss Inc. All Rights Reserved.