org.echarts.servlet.sip.utilities
Class SasIdCallbackStrategy

java.lang.Object
  extended by org.echarts.servlet.sip.utilities.SasIdCallbackStrategy
All Implemented Interfaces:
CallbackStrategy

public class SasIdCallbackStrategy
extends java.lang.Object
implements CallbackStrategy

Implementation of CallbackStrategy that uses the id of the SipApplicationSession as a targeting mechanism.


Constructor Summary
SasIdCallbackStrategy(SipApplicationSession appSession)
           
SasIdCallbackStrategy(SipApplicationSession appSession, java.lang.String parameterName)
           
 
Method Summary
 void addCallbackParameters(java.util.Properties params)
          Sets parameters that will be passed to the non-machine Java code for purposes of identifying a particular machine instance for callbacks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SasIdCallbackStrategy

public SasIdCallbackStrategy(SipApplicationSession appSession,
                             java.lang.String parameterName)

SasIdCallbackStrategy

public SasIdCallbackStrategy(SipApplicationSession appSession)
Method Detail

addCallbackParameters

public void addCallbackParameters(java.util.Properties params)
Description copied from interface: CallbackStrategy
Sets parameters that will be passed to the non-machine Java code for purposes of identifying a particular machine instance for callbacks.

Specified by:
addCallbackParameters in interface CallbackStrategy
Parameters:
params - set of parameters to which to add.