Class SharedWebDriverContainerShutdownHook
- java.lang.Object
-
- java.lang.Thread
-
- org.fluentlenium.adapter.sharedwebdriver.SharedWebDriverContainerShutdownHook
-
- All Implemented Interfaces:
java.lang.Runnable
public class SharedWebDriverContainerShutdownHook extends java.lang.ThreadShutdown hook closing the Shared WebDriver container when JVM is closing.
-
-
Constructor Summary
Constructors Constructor Description SharedWebDriverContainerShutdownHook(java.lang.String name)Creates a new shutdown hook.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, suspend, toString, yield
-
-