Package step.plugins.notification
Class NotificationControllerPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.plugins.notification.NotificationControllerPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin,step.core.plugins.OptionalPlugin
public class NotificationControllerPlugin extends AbstractLicensedControllerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected NotificationSubscriptionAccessornotificationAccessorprotected NotificationEnginenotificationEngineprotected NotificationGatewayConfigurationAccessornotificationGatewayConfigurationAccessorprotected NotificationGatewayManagernotificationGatewayManager
-
Constructor Summary
Constructors Constructor Description NotificationControllerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionControllerStart(step.core.GlobalContext context)step.engine.plugins.ExecutionEnginePlugingetExecutionEnginePlugin()protected java.lang.StringgetModuleName()step.core.plugins.WebPlugingetWebPlugin()
-
-
-
Field Detail
-
notificationGatewayManager
protected NotificationGatewayManager notificationGatewayManager
-
notificationGatewayConfigurationAccessor
protected NotificationGatewayConfigurationAccessor notificationGatewayConfigurationAccessor
-
notificationEngine
protected NotificationEngine notificationEngine
-
notificationAccessor
protected NotificationSubscriptionAccessor notificationAccessor
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedControllerPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws java.lang.Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPlugin- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
java.lang.Exception
-
getExecutionEnginePlugin
public step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()
- Specified by:
getExecutionEnginePluginin interfacestep.core.plugins.ControllerPlugin- Overrides:
getExecutionEnginePluginin classstep.core.plugins.AbstractControllerPlugin
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPluginin interfacestep.core.plugins.ControllerPlugin- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
-