Uses of Class
org.hornetq.rest.queue.DestinationServiceManager

Packages that use DestinationServiceManager
org.hornetq.rest.queue   
org.hornetq.rest.topic   
 

Uses of DestinationServiceManager in org.hornetq.rest.queue
 

Subclasses of DestinationServiceManager in org.hornetq.rest.queue
 class QueueServiceManager
           
 

Fields in org.hornetq.rest.queue declared as DestinationServiceManager
protected  DestinationServiceManager ConsumersResource.serviceManager
           
protected  DestinationServiceManager PostMessage.serviceManager
           
protected  DestinationServiceManager QueueConsumer.serviceManager
           
protected  DestinationServiceManager DestinationResource.serviceManager
           
 

Methods in org.hornetq.rest.queue that return DestinationServiceManager
 DestinationServiceManager ConsumersResource.getServiceManager()
           
 DestinationServiceManager PostMessage.getServiceManager()
           
 DestinationServiceManager QueueConsumer.getServiceManager()
           
 DestinationServiceManager DestinationResource.getServiceManager()
           
 

Methods in org.hornetq.rest.queue with parameters of type DestinationServiceManager
 void ConsumersResource.setServiceManager(DestinationServiceManager serviceManager)
           
 void PostMessage.setServiceManager(DestinationServiceManager serviceManager)
           
 void QueueConsumer.setServiceManager(DestinationServiceManager serviceManager)
           
 void DestinationResource.setServiceManager(DestinationServiceManager serviceManager)
           
 

Constructors in org.hornetq.rest.queue with parameters of type DestinationServiceManager
AcknowledgedQueueConsumer(org.hornetq.api.core.client.ClientSessionFactory factory, java.lang.String destination, java.lang.String id, DestinationServiceManager serviceManager, java.lang.String selector)
           
QueueConsumer(org.hornetq.api.core.client.ClientSessionFactory factory, java.lang.String destination, java.lang.String id, DestinationServiceManager serviceManager, java.lang.String selector)
           
 

Uses of DestinationServiceManager in org.hornetq.rest.topic
 

Subclasses of DestinationServiceManager in org.hornetq.rest.topic
 class TopicServiceManager
           
 

Fields in org.hornetq.rest.topic declared as DestinationServiceManager
protected  DestinationServiceManager SubscriptionsResource.serviceManager
           
 

Methods in org.hornetq.rest.topic that return DestinationServiceManager
 DestinationServiceManager SubscriptionsResource.getServiceManager()
           
 

Methods in org.hornetq.rest.topic with parameters of type DestinationServiceManager
 void SubscriptionsResource.setServiceManager(DestinationServiceManager serviceManager)
           
 

Constructors in org.hornetq.rest.topic with parameters of type DestinationServiceManager
AcknowledgedSubscriptionResource(org.hornetq.api.core.client.ClientSessionFactory factory, java.lang.String destination, java.lang.String id, DestinationServiceManager serviceManager, java.lang.String selector)
           
SubscriptionResource(org.hornetq.api.core.client.ClientSessionFactory factory, java.lang.String destination, java.lang.String id, DestinationServiceManager serviceManager, java.lang.String selector)
           
 



Copyright © 2013. All Rights Reserved.