public abstract class AbstractQueuesManager extends Object implements QueuesManager
Modifier and Type | Field and Description |
---|---|
protected ImporterLogger |
log |
protected int |
queuesNb |
Constructor and Description |
---|
AbstractQueuesManager(ImporterLogger logger,
int queuesNb) |
Modifier and Type | Method and Description |
---|---|
int |
count()
Returns the number of queues.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEmpty, poll, poll, put, size
close
protected final int queuesNb
protected final ImporterLogger log
public AbstractQueuesManager(ImporterLogger logger, int queuesNb)
public int count()
QueuesManager
count
in interface QueuesManager
Copyright © 2017 Nuxeo. All rights reserved.