com.toremote.gateway.client
Interface SessionWriterInterface

All Superinterfaces:
SessionReaderInterface
All Known Implementing Classes:
ClientManager

public interface SessionWriterInterface
extends SessionReaderInterface


Method Summary
 void addThumbnailListener(ThumbnailListenerInteface tli)
          used for getting thumbnails from client side.
 void removeThumbnailListener(ThumbnailListenerInteface tli)
          remove thumbnail listener
 boolean terminateSession(java.lang.String id)
          Close the session
 
Methods inherited from interface com.toremote.gateway.client.SessionReaderInterface
getNumericIds, getSessionIdByNumericId, getSessionIds, getSessionInfo, getSessionInfo
 

Method Detail

terminateSession

boolean terminateSession(java.lang.String id)
Close the session

Parameters:
id - GUID
Returns:
true if the session was found and terminated

addThumbnailListener

void addThumbnailListener(ThumbnailListenerInteface tli)
used for getting thumbnails from client side.

Parameters:
tli -
See Also:
ThumbnailListenerInteface

removeThumbnailListener

void removeThumbnailListener(ThumbnailListenerInteface tli)
remove thumbnail listener

Parameters:
tli - listener
See Also:
ThumbnailListenerInteface