Class ThreadService
java.lang.Object
ecmwf.common.technical.ThreadService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Class ConfigurableLoopRunnable.static class
The Class ConfigurableRunnable. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Gets the cookie.static void
Removes the cookie.static void
Sets the cookie.static boolean
Sets the cookie if not already set.
-
Method Details
-
setCookieIfNotAlreadySet
Sets the cookie if not already set.- Parameters:
name
- the name- Returns:
- true, if successful
-
setCookie
-
removeCookie
public static void removeCookie()Removes the cookie. -
getCookie
-