public class LimitedCountDispatcher extends java.lang.Object implements BitstreamDispatcher
SENTINEL| Constructor and Description |
|---|
LimitedCountDispatcher()
Default constructor uses PluginManager
|
LimitedCountDispatcher(BitstreamDispatcher del)
Constructor.
|
LimitedCountDispatcher(BitstreamDispatcher del,
int count)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
next()
Retreives the next bitstream to be checked.
|
public LimitedCountDispatcher()
public LimitedCountDispatcher(BitstreamDispatcher del, int count)
del - The bitstream distpatcher to delegate to.count - the number of bitstreams to check.public LimitedCountDispatcher(BitstreamDispatcher del)
del - The bitstream distpatcher to delegate to.public int next()
next in interface BitstreamDispatcherSQLException - if database error occurs.Copyright © 2018 DuraSpace. All Rights Reserved.