|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BitstreamDispatcher | |
|---|---|
| org.dspace.checker | Provides content fixity checking (using checksums) for bitstreams stored in DSpace software. |
| Uses of BitstreamDispatcher in org.dspace.checker |
|---|
| Classes in org.dspace.checker that implement BitstreamDispatcher | |
|---|---|
class |
HandleDispatcher
A BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle. |
class |
LimitedCountDispatcher
Decorator that dispatches a specified number of bitstreams from a delegate dispatcher. |
class |
LimitedDurationDispatcher
A delegating dispatcher that puts a time limit on the operation of another dispatcher. |
class |
ListDispatcher
Really simple dispatcher that just iterates over a pre-defined list of ids. |
class |
SimpleDispatcher
An implementation of the selection strategy that selects bitstreams in the order that they were last checked, looping endlessly. |
| Methods in org.dspace.checker that return BitstreamDispatcher | |
|---|---|
BitstreamDispatcher |
CheckerCommand.getDispatcher()
Get dispatcher being used by this run of the checker. |
| Methods in org.dspace.checker with parameters of type BitstreamDispatcher | |
|---|---|
void |
CheckerCommand.setDispatcher(BitstreamDispatcher dispatcher)
Set the dispatcher to be used by this run of the checker. |
| Constructors in org.dspace.checker with parameters of type BitstreamDispatcher | |
|---|---|
LimitedCountDispatcher(BitstreamDispatcher del)
Constructor. |
|
LimitedCountDispatcher(BitstreamDispatcher del,
int count)
Constructor. |
|
LimitedDurationDispatcher(BitstreamDispatcher dispatcher,
Date endTime)
Main constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||