JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openqa.selenium.grid.component
Interface HasLifecycle<T>
All Known Subinterfaces:
Server
<T>
All Known Implementing Classes:
BaseServer
public interface
HasLifecycle<T>
Allows an implementation of something to be marked as startable and stoppable, allowing its lifecycle to be controlled.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
start
()
void
stop
()
Method Detail
start
T
start()
stop
void stop()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method