Package net.anwiba.commons.thread.queue
Class WorkQueueFactory
- java.lang.Object
-
- net.anwiba.commons.thread.queue.WorkQueueFactory
-
- All Implemented Interfaces:
IWorkQueueFactory
public class WorkQueueFactory extends java.lang.Object implements IWorkQueueFactory
-
-
Constructor Summary
Constructors Constructor Description WorkQueueFactory(IWorkQueueConfigurations configurations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IWorkQueuecreate(ILogger logger, java.lang.String queueName)
-
-
-
Constructor Detail
-
WorkQueueFactory
public WorkQueueFactory(IWorkQueueConfigurations configurations)
-
-
Method Detail
-
create
public IWorkQueue create(ILogger logger, java.lang.String queueName)
- Specified by:
createin interfaceIWorkQueueFactory
-
-