Class PluginContainer.PluginActionThread
java.lang.Object
ecmwf.common.technical.ThreadService.ConfigurableRunnable
ecmwf.common.plugin.PluginContainer.PluginActionThread
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The Constant NOTIFY_CALLER_BACK.static final int
The Constant NOTIFY_CALLER_GONE.static final int
The Constant NOTIFY_CALLER_RESETED.static final int
The Constant START.static final int
The Constant STOP. -
Constructor Summary
ConstructorsConstructorDescriptionPluginActionThread
(PluginThread plugin, int action) Instantiates a new plugin action thread. -
Method Summary
Methods inherited from class ecmwf.common.technical.ThreadService.ConfigurableRunnable
execute, execute, getContextClassLoader, getPriority, getThreadName, interrupt, interrupted, isAlive, isStarted, join, join, run, setContextClassLoader, setForceCookie, setInheritCookie, setPriority, setThreadNameAndCookie
-
Field Details
-
START
public static final int STARTThe Constant START.- See Also:
-
STOP
public static final int STOPThe Constant STOP.- See Also:
-
NOTIFY_CALLER_BACK
public static final int NOTIFY_CALLER_BACKThe Constant NOTIFY_CALLER_BACK.- See Also:
-
NOTIFY_CALLER_RESETED
public static final int NOTIFY_CALLER_RESETEDThe Constant NOTIFY_CALLER_RESETED.- See Also:
-
NOTIFY_CALLER_GONE
public static final int NOTIFY_CALLER_GONEThe Constant NOTIFY_CALLER_GONE.- See Also:
-
-
Constructor Details
-
PluginActionThread
Instantiates a new plugin action thread.- Parameters:
plugin
- the pluginaction
- the action
-
-
Method Details
-
configurableRun
public void configurableRun()Configurable run.- Specified by:
configurableRun
in classThreadService.ConfigurableRunnable
-