com.toremote.gateway.plugin
Interface ShadowingInterface


public interface ShadowingInterface


Method Summary
 void onExit(SessionInformation sessionInfo)
          Invoked before the join session is closed.
 void onHandshake(java.util.Map<java.lang.String,java.lang.String> properties)
          Invoked before the join is requested.
 void onJoin(SessionInformation sessionInfo)
          Invoked after the join session established
 

Method Detail

onHandshake

void onHandshake(java.util.Map<java.lang.String,java.lang.String> properties)
                 throws ClientException
Invoked before the join is requested.

Parameters:
properties -
Throws:
ClientException

onJoin

void onJoin(SessionInformation sessionInfo)
Invoked after the join session established

Parameters:
sessionInfo -

onExit

void onExit(SessionInformation sessionInfo)
Invoked before the join session is closed.

Parameters:
sessionInfo -