Class NullSessionMap
- java.lang.Object
-
- org.openqa.selenium.grid.sessionmap.SessionMap
-
- org.openqa.selenium.grid.sessionmap.NullSessionMap
-
- All Implemented Interfaces:
HttpHandler
,Routable
,HasReadyState
public class NullSessionMap extends SessionMap
-
-
Field Summary
-
Fields inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
tracer
-
-
Constructor Summary
Constructors Constructor Description NullSessionMap(Tracer tracer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(Session session)
Session
get(SessionId id)
boolean
isReady()
void
remove(SessionId id)
-
Methods inherited from class org.openqa.selenium.grid.sessionmap.SessionMap
execute, getUri, matches
-
-
-
-
Constructor Detail
-
NullSessionMap
public NullSessionMap(Tracer tracer)
-
-
Method Detail
-
add
public boolean add(Session session)
- Specified by:
add
in classSessionMap
-
get
public Session get(SessionId id) throws NoSuchSessionException
- Specified by:
get
in classSessionMap
- Throws:
NoSuchSessionException
-
remove
public void remove(SessionId id)
- Specified by:
remove
in classSessionMap
-
isReady
public boolean isReady()
-
-