Class DistinctSession


  • public class DistinctSession
    extends java.lang.Object
    Class representing a simple view on a session.
    • Constructor Summary

      Constructors 
      Constructor Description
      DistinctSession​(java.lang.String sessionId, java.lang.String user, java.lang.String source)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSessionId()
      Gets unique session id
      java.lang.String getSource()
      Gets name of the application or name of publishing server plugin which established the session
      java.lang.String getUser()
      Gets user of the session
      void setSessionId​(java.lang.String sessionId)
      Sets unique session id
      void setSource​(java.lang.String source)
      Sets name of the application or name of publishing server plugin which established the session
      void setUser​(java.lang.String user)
      Sets user of the session
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DistinctSession

        public DistinctSession​(java.lang.String sessionId,
                               java.lang.String user,
                               java.lang.String source)
        Constructor.
        Parameters:
        sessionId - unique session id
        user - user of the session
        source - name of the application or name of publishing server plugin which established the session
    • Method Detail

      • getSessionId

        public java.lang.String getSessionId()
        Gets unique session id
        Returns:
        sessionId
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        Sets unique session id
      • getUser

        public java.lang.String getUser()
        Gets user of the session
        Returns:
        user
      • setUser

        public void setUser​(java.lang.String user)
        Sets user of the session
      • getSource

        public java.lang.String getSource()
        Gets name of the application or name of publishing server plugin which established the session
        Returns:
        source
      • setSource

        public void setSource​(java.lang.String source)
        Sets name of the application or name of publishing server plugin which established the session