org.echarts.servlet.sip.features.parallelLocation
Interface ParallelLocationFSMToJava


public interface ParallelLocationFSMToJava

SipToJava interface for the ParallelLocationFSM.


Method Summary
 java.util.Iterator<java.lang.String> getLocations(SipServletRequest req)
          Called by ParallelLocationFSM to obtain list of locations to call.
 

Method Detail

getLocations

java.util.Iterator<java.lang.String> getLocations(SipServletRequest req)
Called by ParallelLocationFSM to obtain list of locations to call.

Parameters:
req - Original caller request.
Returns:
Iterator over list of String addresses to call.