Class RemoteEngineThread
java.lang.Object
ecmwf.common.technical.ThreadService.ConfigurableRunnable
ecmwf.common.technical.ThreadService.ConfigurableLoopRunnable
ecmwf.common.callback.RemoteEngineThread
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Configurable loop run.static void
Removes the.static void
Removes all.static void
subscribe
(String group, RemoteManagement remote) Subscribe.static void
subscribe
(String group, RemoteManagement[] remote) Subscribe.Methods inherited from class ecmwf.common.technical.ThreadService.ConfigurableLoopRunnable
configurableLoopEnd, configurableLoopStart, configurableRun, getLoop, setLoop, setPause, shutdown, shutdown
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
-
Method Details
-
remove
-
removeAll
public static void removeAll()Removes all. -
configurableLoopRun
public void configurableLoopRun()Configurable loop run. Configurable loop run.- Specified by:
configurableLoopRun
in classThreadService.ConfigurableLoopRunnable
-
subscribe
Subscribe.- Parameters:
group
- the groupremote
- the remote
-
subscribe
Subscribe.- Parameters:
group
- the groupremote
- the remote
-