com.toremote.gateway.plugin
Interface SessionInterface


public interface SessionInterface


Method Summary
 void onSessionCreated(java.lang.String sessionId, SessionInformation si, SessionReaderInterface reader)
          Invoked after the session was created.
 void onSessionLogin(java.lang.String sessionId, SessionInformation si)
          Invoked after used logged into current session successfully.
 void onSessionTerminated(java.lang.String sessoinId, SessionReaderInterface reader)
          Invoked the session is terminated
 

Method Detail

onSessionCreated

void onSessionCreated(java.lang.String sessionId,
                      SessionInformation si,
                      SessionReaderInterface reader)
Invoked after the session was created.

Parameters:
sessionId -
si - Session informatoin
reader -
See Also:
SessionReaderInterface, SessionInformation

onSessionLogin

void onSessionLogin(java.lang.String sessionId,
                    SessionInformation si)
Invoked after used logged into current session successfully. Only RDP session supports this feateur

Parameters:
sessionId -
si - current session information
See Also:
SessionInformation

onSessionTerminated

void onSessionTerminated(java.lang.String sessoinId,
                         SessionReaderInterface reader)
Invoked the session is terminated

Parameters:
sessoinId -
reader -