public abstract class AbstractPluginTable extends AbstractPluginScoped
scopenameFEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_NORMALIZER, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_TIMEOUT, FEATURE_WAITparameters| Constructor and Description |
|---|
AbstractPluginTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
doEnd(IContext context,
IResultSet result)
The end action.
|
void |
doEnd(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Perform an ending action.
|
ENext |
doStart(IContext context,
IResultSet result)
Performs the start action.
|
ENext |
doStart(IContext context,
IResultSet result,
TableAdapter tableAdapter)
Perform the plugin start action.
|
protected TableAdapter |
getTableAdapter(IContext context)
Gets the table adapter from a table.
|
void |
initialize(IContext context)
Initialize the plugin.
|
void |
initialize(IContext context,
TableAdapter table)
Initialize helper.
|
String |
toString() |
getScope, saveGlobal, saveLocal, saveStrict, setScopegetName, setNamecopy, getCondition, getConditionModel, getNormalized, getNormalized, getNormalizer, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, setCondition, setConditionModel, setNormalized, setNormalizer, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModelgetParameters, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParameters, setParametersgetActionTypepublic void initialize(IContext context) throws PluginException
IPlugininitialize in interface IPlugininitialize in class AbstractPlugincontext - The test context.PluginException - On initialization errors.protected TableAdapter getTableAdapter(IContext context) throws PluginException
context - The context.PluginException - On creation errors.public void initialize(IContext context, TableAdapter table) throws PluginException
context - The context.table - The adapter.PluginException - On initialization errors.public ENext doStart(IContext context, IResultSet result) throws PluginException
IPlugindoStart in interface IPlugindoStart in class AbstractPlugincontext - The context.result - The result set.PluginException - On execution errors.public ENext doStart(IContext context, IResultSet result, TableAdapter tableAdapter) throws PluginException
context - The context.result - The result.tableAdapter - The adapter.PluginException - On plugin errors.public void doEnd(IContext context, IResultSet result) throws PluginException
IPlugindoEnd in interface IPlugindoEnd in class AbstractPlugincontext - The context.result - The result set.PluginException - On execution errors.public void doEnd(IContext context, IResultSet result, TableAdapter tableAdapter) throws PluginException
context - The context.result - The result set.tableAdapter - The adapter.PluginException - On plugin errors.public String toString()
toString in class AbstractPluginCopyright © 2016. All rights reserved.