Interface DistributedQueueFactory
- 
 public interface DistributedQueueFactory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributedQueuemakeQueue(String path)voidremoveQueue(String path)
 
- 
- 
- 
Method Detail- 
makeQueueDistributedQueue makeQueue(String path) throws IOException - Throws:
- IOException
 
 - 
removeQueuevoid removeQueue(String path) throws IOException - Throws:
- IOException
 
 
- 
 
-