Uses of Interface
org.hornetq.rest.util.LinkStrategy

Packages that use LinkStrategy
org.hornetq.rest.queue   
org.hornetq.rest.util   
 

Uses of LinkStrategy in org.hornetq.rest.queue
 

Fields in org.hornetq.rest.queue declared as LinkStrategy
protected  LinkStrategy DestinationServiceManager.linkStrategy
           
 

Methods in org.hornetq.rest.queue that return LinkStrategy
 LinkStrategy DestinationServiceManager.getLinkStrategy()
           
 

Methods in org.hornetq.rest.queue with parameters of type LinkStrategy
static void AcknowledgedQueueConsumer.setAcknowledgeNextLink(LinkStrategy linkStrategy, javax.ws.rs.core.Response.ResponseBuilder response, javax.ws.rs.core.UriInfo info, java.lang.String basePath, java.lang.String index)
           
static void QueueConsumer.setConsumeNextLink(LinkStrategy linkStrategy, javax.ws.rs.core.Response.ResponseBuilder response, javax.ws.rs.core.UriInfo info, java.lang.String basePath, java.lang.String index)
           
 void DestinationServiceManager.setLinkStrategy(LinkStrategy linkStrategy)
           
 

Uses of LinkStrategy in org.hornetq.rest.util
 

Classes in org.hornetq.rest.util that implement LinkStrategy
 class CustomHeaderLinkStrategy
           
 class LinkHeaderLinkStrategy
           
 



Copyright © 2013. All Rights Reserved.