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
com.dynatrace.openkit.providers
Interface SessionIDProvider
All Known Implementing Classes:
DefaultSessionIDProvider
,
FixedSessionIdProvider
public interface
SessionIDProvider
Interface providing consecutive numbers starting at a random offset
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getNextSessionID
()
Provide the next sessionID All positive integers greater than 0 can be used as sessionID
Method Detail
getNextSessionID
int getNextSessionID()
Provide the next sessionID All positive integers greater than 0 can be used as sessionID
Returns:
the id that will be used for the next session
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