Uses of Class
org.jboss.messaging.core.server.HandleStatus

Packages that use HandleStatus
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.cluster.impl   
org.jboss.messaging.core.server.impl   
 

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

Methods in org.jboss.messaging.core.server that return HandleStatus
 HandleStatus Distributor.distribute(MessageReference reference)
           
 HandleStatus Consumer.handle(MessageReference reference)
           
static HandleStatus HandleStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HandleStatus[] HandleStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of HandleStatus in org.jboss.messaging.core.server.cluster.impl
 

Methods in org.jboss.messaging.core.server.cluster.impl that return HandleStatus
 HandleStatus Redistributor.handle(MessageReference reference)
           
 HandleStatus BridgeImpl.handle(MessageReference ref)
           
 

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

Methods in org.jboss.messaging.core.server.impl that return HandleStatus
 HandleStatus GroupingRoundRobinDistributor.distribute(MessageReference reference)
           
 HandleStatus RoundRobinDistributor.distribute(MessageReference reference)
           
 HandleStatus ServerConsumerImpl.handle(MessageReference ref)
           
protected  HandleStatus RoundRobinDistributor.handle(MessageReference reference, Consumer consumer)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.