public class TransactionHandler extends Module implements TransactionHandlerInterface
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
TransactionHandler.ParseTrace |
(package private) class |
TransactionHandler.TransactionInfo
container class for objects per transaction
|
(package private) class |
TransactionHandler.User
Dummy User object, this object needs to be replace by
the real User object (when that is finished)
|
(package private) class |
TransactionHandler.UserTransactionInfo
container class for transactions per user
|
configurationPath, getMaintainerFunction, getVersionFunction, properties, STATE_START_TIMEdescription, guiName, namefunctions, getFunctions| Constructor and Description |
|---|
TransactionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleTransaction(String template,
sessionInfo session,
scanpage sp)
handleTransaction can be called externally and will execute the TCP commands.
|
void |
init()
initialize the transactionhandler
|
void |
onload()
onLoad
|
addInitParameters, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleInfo, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdown, shutdownModules, startModule, startModulesgetDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setNameaddFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstancepublic void handleTransaction(String template, sessionInfo session, scanpage sp)
handleTransaction in interface TransactionHandlerInterfacetemplate - The template containing the TCP commandssession - variables of an usersp - the scanpageMMBase 1.9-SNAPSHOT - ${javadoctimestamp}