Class RemoteEngineThread
java.lang.Object
ecmwf.common.technical.ThreadService.ConfigurableRunnable
ecmwf.common.technical.ThreadService.ConfigurableLoopRunnable
ecmwf.common.callback.RemoteEngineThread
- All Implemented Interfaces:
Runnable
The Class RemoteEngineThread.
-
Method Summary
Modifier and TypeMethodDescriptionvoidConfigurable loop run.static voidRemoves the.static voidRemoves all.static voidsubscribe(String group, RemoteManagement remote) Subscribe.static voidsubscribe(String group, RemoteManagement[] remote) Subscribe.Methods inherited from class ThreadService.ConfigurableLoopRunnable
configurableLoopEnd, configurableLoopStart, configurableRun, getLoop, setLoop, setPause, shutdown, shutdownMethods inherited from class ThreadService.ConfigurableRunnable
execute, 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:
configurableLoopRunin classThreadService.ConfigurableLoopRunnable
-
subscribe
Subscribe.- Parameters:
group- the groupremote- the remote
-
subscribe
Subscribe.- Parameters:
group- the groupremote- the remote
-