|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.harvest.HarvestConsumer
public class HarvestConsumer
Class for handling cleanup of harvest settings for collections and items
| Constructor Summary | |
|---|---|
HarvestConsumer()
|
|
| Method Summary | |
|---|---|
void |
consume(Context context,
Event event)
Consume the event |
void |
end(Context ctx)
Handle the end of the event |
void |
finish(Context ctx)
Finish the event |
void |
initialize()
Initialise the consumer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HarvestConsumer()
| Method Detail |
|---|
public void initialize()
throws Exception
initialize in interface ConsumerException
public void consume(Context context,
Event event)
throws Exception
consume in interface Consumercontext - event -
Exception
public void end(Context ctx)
throws Exception
end in interface Consumerctx -
Exceptionpublic void finish(Context ctx)
finish in interface Consumerctx -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||