Package step.plugins.quotamanager
Class QuotaManagerPlugin
java.lang.Object
step.core.plugins.AbstractPlugin
step.engine.plugins.AbstractExecutionEnginePlugin
step.plugins.quotamanager.QuotaManagerPlugin
- All Implemented Interfaces:
ExecutionCallbacks
,step.core.plugins.OptionalPlugin
,ExecutionEnginePlugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
beforeReportNodeExecution
(ExecutionContext context, ReportNode node) Methods inherited from class step.engine.plugins.AbstractExecutionEnginePlugin
afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, initializeExecutionContext, initializeExecutionEngineContext, onErrorContributionRemoval, onReportNodeRemoval, unassociateThread
Methods inherited from class step.core.plugins.AbstractPlugin
toString, validate
-
Constructor Details
-
QuotaManagerPlugin
-
-
Method Details
-
beforeReportNodeExecution
- Specified by:
beforeReportNodeExecution
in interfaceExecutionCallbacks
- Overrides:
beforeReportNodeExecution
in classAbstractExecutionEnginePlugin
-
afterReportNodeExecution
- Overrides:
afterReportNodeExecution
in classAbstractExecutionEnginePlugin
-