Package com.illumon.iris.console.events
Class InWorkerServiceConfigPanelFactory
java.lang.Object
com.illumon.iris.console.events.InWorkerServiceConfigPanelFactory
- All Implemented Interfaces:
TypeSpecificConfigPanelFactory
public class InWorkerServiceConfigPanelFactory extends Object implements TypeSpecificConfigPanelFactory
Implementation of TypeSpecificConfigPanelFactory for in-worker service configuration panels.
-
Constructor Summary
Constructors Constructor Description InWorkerServiceConfigPanelFactory()
-
Method Summary
Modifier and Type Method Description TypeSpecificConfigPanel
getTypeSpecificConfigPanel(PersistentQueryControllerConfiguration serverConfiguration, com.fishlib.io.logger.Logger log, IrisWidgetSupport widgetSupport)
Create the type specific panel for a given configuration type.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.controller.TypeSpecificConfigPanelFactory
getTypeSpecificConfigPanel
-
Constructor Details
-
InWorkerServiceConfigPanelFactory
public InWorkerServiceConfigPanelFactory()
-
-
Method Details
-
getTypeSpecificConfigPanel
public TypeSpecificConfigPanel getTypeSpecificConfigPanel(PersistentQueryControllerConfiguration serverConfiguration, com.fishlib.io.logger.Logger log, IrisWidgetSupport widgetSupport)Description copied from interface:TypeSpecificConfigPanelFactory
Create the type specific panel for a given configuration type.- Specified by:
getTypeSpecificConfigPanel
in interfaceTypeSpecificConfigPanelFactory
- Parameters:
serverConfiguration
- the persistent query controller server configurationlog
- the log element to use for errorswidgetSupport
- the instance of widget support; for access to queries, etc.- Returns:
- a type specific configuration panel
-