org.usergrid.mq
Interface QueueManagerFactory

All Known Implementing Classes:
QueueManagerFactoryImpl

public interface QueueManagerFactory


Method Summary
 String getImpementationDescription()
          A string description provided by the implementing class.
 QueueManager getQueueManager(UUID applicationId)
          Gets the entity manager.
 

Method Detail

getImpementationDescription

String getImpementationDescription()
                                   throws Exception
A string description provided by the implementing class.

Returns:
description text
Throws:
Exception - the exception

getQueueManager

QueueManager getQueueManager(UUID applicationId)
Gets the entity manager.

Parameters:
applicationId - the application id
Returns:
EntityDao for the specfied parameters


Copyright © 2013. All Rights Reserved.