Uses of Interface
com.toremote.gateway.client.SessionInformation

Packages that use SessionInformation
com.toremote.gateway.client   
com.toremote.gateway.plugin   
 

Uses of SessionInformation in com.toremote.gateway.client
 

Methods in com.toremote.gateway.client that return SessionInformation
 SessionInformation SessionInformation.getParent()
           
 SessionInformation SessionReaderInterface.getSessionInfo(int numericId)
           
 SessionInformation ClientManager.getSessionInfo(int numericId)
           
 SessionInformation SessionReaderInterface.getSessionInfo(java.lang.String id)
           
 SessionInformation ClientManager.getSessionInfo(java.lang.String id)
           
 

Methods in com.toremote.gateway.client that return types with arguments of type SessionInformation
 java.util.List<SessionInformation> SessionInformation.getJoinedSessions()
           
 

Methods in com.toremote.gateway.client with parameters of type SessionInformation
 void SessionListener.onClientDisconnected(SessionInformation si)
          invoked when session is disconnected.
 void SessionInformation.requestControl(SessionInformation from)
          request control from the seeion which has contorl
 void SessionInformation.requestJoin(SessionInformation from)
           
 

Uses of SessionInformation in com.toremote.gateway.plugin
 

Methods in com.toremote.gateway.plugin that return SessionInformation
 SessionInformation AbstractGatewayChannel.getSessionInfo()
           
 

Methods in com.toremote.gateway.plugin with parameters of type SessionInformation
 void ShadowingInterface.onExit(SessionInformation sessionInfo)
          Invoked before the join session is closed.
 void ShadowingInterface.onJoin(SessionInformation sessionInfo)
          Invoked after the join session established
 void SessionInterface.onSessionCreated(java.lang.String sessionId, SessionInformation si, SessionReaderInterface reader)
          Invoked after the session was created.
 void SessionInterface.onSessionLogin(java.lang.String sessionId, SessionInformation si)
          Invoked after used logged into current session successfully.
 void AbstractGatewayChannel.setSessionInfo(SessionInformation info)
          Used to initialize the plugin, don't call this in the plugin