org.mechio.api.speech.utils
Class SpeechJobManagerImpl

java.lang.Object
  extended by org.mechio.api.speech.utils.SpeechJobManagerImpl
All Implemented Interfaces:
SpeechJobManager

public class SpeechJobManagerImpl
extends Object
implements SpeechJobManager

Author:
matt

Constructor Summary
SpeechJobManagerImpl(SpeechService speechProxy)
           
 
Method Summary
 void cancelSpeechJob(SpeechJob job)
           
 SpeechJob createSpeechJob(SpeechRequest req)
          Creates a SpeechJob from a SpeechRequest
 String getRequestIdString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeechJobManagerImpl

public SpeechJobManagerImpl(SpeechService speechProxy)
Method Detail

createSpeechJob

public SpeechJob createSpeechJob(SpeechRequest req)
Creates a SpeechJob from a SpeechRequest

Specified by:
createSpeechJob in interface SpeechJobManager
Parameters:
req - the SpeechRequest
Returns:
SpeechJob which represents the speech

cancelSpeechJob

public void cancelSpeechJob(SpeechJob job)
Specified by:
cancelSpeechJob in interface SpeechJobManager

getRequestIdString

public String getRequestIdString()
Specified by:
getRequestIdString in interface SpeechJobManager


Copyright © 2011-2015. All Rights Reserved.