Package com.priint.pubserver.tracing
Class DistinctSession
java.lang.Object
com.priint.pubserver.tracing.DistinctSession
Class representing a simple view on a session.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets unique session idGets name of the application or name of publishing server plugin which established the sessiongetUser()Gets user of the sessionvoidsetSessionId(String sessionId) Sets unique session idvoidSets name of the application or name of publishing server plugin which established the sessionvoidSets user of the session
-
Constructor Details
-
DistinctSession
Constructor.- Parameters:
sessionId- unique session iduser- user of the sessionsource- name of the application or name of publishing server plugin which established the session
-
-
Method Details
-
getSessionId
Gets unique session id- Returns:
- sessionId
-
setSessionId
Sets unique session id -
getUser
Gets user of the session- Returns:
- user
-
setUser
Sets user of the session -
getSource
Gets name of the application or name of publishing server plugin which established the session- Returns:
- source
-
setSource
Sets name of the application or name of publishing server plugin which established the session
-