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

Packages that use HandleStatus
org.jboss.messaging.core.server   
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 Queue.addFirst(MessageReference ref)
           
 HandleStatus Queue.addLast(MessageReference ref)
           
 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.impl
 

Methods in org.jboss.messaging.core.server.impl that return HandleStatus
 HandleStatus QueueImpl_nc.addFirst(MessageReference ref)
           
 HandleStatus QueueImpl_c.addFirst(MessageReference ref)
           
 HandleStatus QueueImpl.addFirst(MessageReference ref)
           
 HandleStatus QueueImpl_nc.addLast(MessageReference ref)
           
 HandleStatus QueueImpl_c.addLast(MessageReference ref)
           
 HandleStatus QueueImpl.addLast(MessageReference ref)
           
 HandleStatus ServerConsumerImpl.handle(MessageReference ref)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.