|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.checker.LimitedCountDispatcher
public class LimitedCountDispatcher
Decorator that dispatches a specified number of bitstreams from a delegate dispatcher.
| Field Summary |
|---|
| Fields inherited from interface org.dspace.checker.BitstreamDispatcher |
|---|
SENTINEL |
| Constructor Summary | |
|---|---|
LimitedCountDispatcher()
Default constructor uses PluginManager |
|
LimitedCountDispatcher(BitstreamDispatcher del)
Constructor. |
|
LimitedCountDispatcher(BitstreamDispatcher del,
int count)
Constructor. |
|
| Method Summary | |
|---|---|
int |
next()
Retreives the next bitstream to be checked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public int next()
next in interface BitstreamDispatcherSQLException - if database error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||