Class PluginContainer.PluginActionThread

java.lang.Object
ecmwf.common.technical.ThreadService.ConfigurableRunnable
ecmwf.common.plugin.PluginContainer.PluginActionThread
All Implemented Interfaces:
Runnable
Enclosing class:
PluginContainer

public final class PluginContainer.PluginActionThread extends ThreadService.ConfigurableRunnable
The Class PluginActionThread.
  • Field Details

    • START

      public static final int START
      The Constant START.
      See Also:
    • STOP

      public static final int STOP
      The Constant STOP.
      See Also:
    • NOTIFY_CALLER_BACK

      public static final int NOTIFY_CALLER_BACK
      The Constant NOTIFY_CALLER_BACK.
      See Also:
    • NOTIFY_CALLER_RESETED

      public static final int NOTIFY_CALLER_RESETED
      The Constant NOTIFY_CALLER_RESETED.
      See Also:
    • NOTIFY_CALLER_GONE

      public static final int NOTIFY_CALLER_GONE
      The Constant NOTIFY_CALLER_GONE.
      See Also:
  • Constructor Details

    • PluginActionThread

      public PluginActionThread(PluginThread plugin, int action)
      Instantiates a new plugin action thread.
      Parameters:
      plugin - the plugin
      action - the action
  • Method Details