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

Packages that use ServerConsumer
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
 

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

Methods in org.jboss.messaging.core.server with parameters of type ServerConsumer
 void ServerSession.handleDelivery(MessageReference reference, ServerConsumer consumer)
           
 void ServerSession.removeConsumer(ServerConsumer consumer)
           
 

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

Classes in org.jboss.messaging.core.server.impl that implement ServerConsumer
 class ServerConsumerImpl
          Concrete implementation of a ClientConsumer.
 

Methods in org.jboss.messaging.core.server.impl with parameters of type ServerConsumer
 void ServerSessionImpl.handleDelivery(MessageReference ref, ServerConsumer consumer)
           
 void ServerSessionImpl.removeConsumer(ServerConsumer consumer)
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type ServerConsumer
ServerConsumerPacketHandler(ServerConsumer consumer)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.