public class SvcBoss extends Boss
batchFramework, runParm
Constructor and Description |
---|
SvcBoss(BatchFramework batchFramework)
Constructor with BatchFramework for access to environment.
|
Modifier and Type | Method and Description |
---|---|
protected void |
editSvcArg()
Validate arguments for SvcCallback.
|
protected void |
editSvcCall()
Call the designated SvcCallback object.
|
protected void |
editSvcCallbackClass()
Validate SvcCallbackClass name and instantiate one of them for use later.
|
protected void |
editSvcFolder()
Validate SvcFolder.
|
SvcCallback |
getSvcCallback()
Gets the SvcCallback object which allows designated user code to use mmj2
as a service.
|
void |
setSvcCallback(SvcCallback svcCallback)
Sets the SvcCallback object which allows designated user code to use mmj2
as a service.
|
accumException, addContext, buildBufferedFileReader, buildBufferedFileWriter, buildPrintWriter, doRunParmCommand, error, error, error, get, getBoolean, getBoolean, getColor, getEnum, getExistingFile, getExistingFile, getExistingFolder, getExistingFolder, getFileCharset, getFileName, getFileNameSuffix, getFileUsage, getInt, getNonBlank, getNonnegInt, getOnOff, getPosInt, getPrintableNoBlanksString, getPrintWriter, getSelectorCount, getSelectorTheorem, getStmt, getTheorem, getYesNo, opt, parseInt, putCommand, putCommand, require
public SvcBoss(BatchFramework batchFramework)
batchFramework
- for access to environment.protected void editSvcFolder()
protected void editSvcCallbackClass()
public void setSvcCallback(SvcCallback svcCallback)
svcCallback
- entry point to user code.public SvcCallback getSvcCallback()
protected void editSvcArg()
protected void editSvcCall()