Package step.plugins.notification
Class NotificationPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractExecutionPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedPlugin
-
- step.plugins.notification.NotificationPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPluginCallbacks,step.core.plugins.ExecutionCallbacks,step.core.plugins.PluginCallbacks
public class NotificationPlugin extends AbstractLicensedPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected NotificationSubscriptionAccessornotificationAccessorprotected NotificationEnginenotificationEngineprotected NotificationGatewayConfigurationAccessornotificationGatewayConfigurationAccessorprotected NotificationGatewayManagernotificationGatewayManager
-
Constructor Summary
Constructors Constructor Description NotificationPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterExecutionEnd(step.core.execution.ExecutionContext context)voidexecutionControllerStart(step.core.GlobalContext context)protected StringgetModuleName()step.core.plugins.WebPlugingetWebPlugin()-
Methods inherited from class step.plugins.licensing.AbstractLicensedPlugin
checkLicenseCached, validate
-
Methods inherited from class step.core.plugins.AbstractControllerPlugin
afterInitializeData, executionControllerDestroy, initializeData, registerWebapp
-
Methods inherited from class step.core.plugins.AbstractExecutionPlugin
afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, rollbackReportNode, rollbackReportNode, unassociateThread
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface step.core.plugins.ExecutionCallbacks
afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, rollbackReportNode, unassociateThread
-
-
-
-
Field Detail
-
notificationGatewayManager
protected NotificationGatewayManager notificationGatewayManager
-
notificationGatewayConfigurationAccessor
protected NotificationGatewayConfigurationAccessor notificationGatewayConfigurationAccessor
-
notificationEngine
protected NotificationEngine notificationEngine
-
notificationAccessor
protected NotificationSubscriptionAccessor notificationAccessor
-
-
Method Detail
-
getModuleName
protected String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPluginCallbacks- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
Exception
-
afterExecutionEnd
public void afterExecutionEnd(step.core.execution.ExecutionContext context)
- Specified by:
afterExecutionEndin interfacestep.core.plugins.ExecutionCallbacks- Overrides:
afterExecutionEndin classstep.core.plugins.AbstractExecutionPlugin
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
-