-
public class ConcurrencySession
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
END_VIEWER_ID_FIELD
public final static String
SESSION_ID_FIELD
public final static String
LAST_SEEN_FIELD
public final static String
ACTIVE_FIELD
public final static String
SESSION_TTL_FIELD
private String
endViewerID
private String
sessionID
private String
lastSeen
private boolean
active
private String
sessionTTL
-
Constructor Summary
Constructors Constructor Description ConcurrencySession()
ConcurrencySession(String endViewerID, String sessionID, String lastSeen, boolean active, String sessionTTL)
-
Method Summary
Modifier and Type Method Description String
getEndViewerID()
void
setEndViewerID(String endViewerID)
String
getSessionID()
void
setSessionID(String sessionID)
String
getLastSeen()
void
setLastSeen(String lastSeen)
void
setActive(boolean active)
String
getSessionTTL()
void
setSessionTTL(String sessionTTL)
boolean
isActive()
-
-
Method Detail
-
getEndViewerID
String getEndViewerID()
-
setEndViewerID
void setEndViewerID(String endViewerID)
-
getSessionID
String getSessionID()
-
setSessionID
void setSessionID(String sessionID)
-
getLastSeen
String getLastSeen()
-
setLastSeen
void setLastSeen(String lastSeen)
-
setActive
void setActive(boolean active)
-
getSessionTTL
String getSessionTTL()
-
setSessionTTL
void setSessionTTL(String sessionTTL)
-
isActive
boolean isActive()
-
-
-
-