public class MD5SumUpdater
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
MD5SumUpdater() |
Modifier and Type | Method and Description |
---|---|
static void |
calculateMD5Sum(PicManFacade pmf,
Pic pic) |
int |
getPicProcessing()
Which ordinal picture are we working on?
This is just a status indicator
|
void |
run()
Entry point from BatchManager to run the job
|
void |
setPicMan(PicManFacade pmf)
Set the reference to the PicMan API.
|
public void setPicMan(PicManFacade pmf)
pmf
- The PicManFacadepublic int getPicProcessing()
public void run()
public static void calculateMD5Sum(PicManFacade pmf, Pic pic)