Uses of Interface
org.jboss.messaging.core.server.ServerProducer

Packages that use ServerProducer
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
 

Uses of ServerProducer in org.jboss.messaging.core.postoffice
 

Methods in org.jboss.messaging.core.postoffice with parameters of type ServerProducer
 int FlowController.getInitialCredits(int windowSize, ServerProducer producer)
           
 void FlowController.requestAndSendCredits(ServerProducer producer, int windowSize)
           
 

Uses of ServerProducer in org.jboss.messaging.core.postoffice.impl
 

Methods in org.jboss.messaging.core.postoffice.impl with parameters of type ServerProducer
 int FlowControllerImpl.getInitialCredits(int windowSize, ServerProducer producer)
           
 void FlowControllerImpl.requestAndSendCredits(ServerProducer producer, int credits)
           
 

Uses of ServerProducer in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server with parameters of type ServerProducer
 void ServerSession.removeProducer(ServerProducer producer)
           
 

Uses of ServerProducer in org.jboss.messaging.core.server.impl
 

Classes in org.jboss.messaging.core.server.impl that implement ServerProducer
 class ServerProducerImpl
          A ServerProducerImpl
 

Methods in org.jboss.messaging.core.server.impl with parameters of type ServerProducer
 void ServerSessionImpl.removeProducer(ServerProducer producer)
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type ServerProducer
ServerProducerPacketHandler(ServerProducer producer)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.