public class BatchManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
BatchManager() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
engineRunningShortStatus()
Return a short status of the engine's state.
|
ContactManager |
getContactManager()
Fetch a reference to the ContactManager
|
java.util.List<java.lang.String> |
getOtherJobsQueued()
Get a list of other jobs queued.
|
void |
run()
Entry point to the BatchManager.
|
void |
setDEBUG(boolean debugFlag)
Enable logger output on this module
|
void |
setDEBUGEntry(boolean debugFlag)
Enable logger output on this module
|
void |
setPicMan(PicManFacade pmf)
Set the reference to the PicMan API.
|
public void setPicMan(PicManFacade pmf)
pmf
- The PicManFacadepublic void setDEBUG(boolean debugFlag)
debugFlag
- true == turn on debugging.public void setDEBUGEntry(boolean debugFlag)
debugFlag
- true == turn on debugging.public ContactManager getContactManager()
public java.lang.String engineRunningShortStatus()
public java.util.List<java.lang.String> getOtherJobsQueued()
public void run() throws java.lang.Exception
java.lang.Exception