|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.implementation.mrcpv2.Mrcpv2SynthesizedOutputFactory
public final class Mrcpv2SynthesizedOutputFactory
Implementation of a ResourceFactory
for the SynthesizedOuput based on
MRCPv2.
| Constructor Summary | |
|---|---|
Mrcpv2SynthesizedOutputFactory()
Constructs a new object. |
|
| Method Summary | |
|---|---|
SynthesizedOutput |
createResource()
|
int |
getBasePort()
|
int |
getInstances()
|
Class<SynthesizedOutput> |
getResourceType()
|
org.speechforge.cairo.client.SessionManager |
getSessionManager()
Retrieves the session manager. |
String |
getType()
|
void |
setBasePort(int port)
Sets the base port. |
void |
setInstances(int number)
Sets the number of instances that this factory will create. |
void |
setSessionManager(org.speechforge.cairo.client.SessionManager manager)
Sets the session manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mrcpv2SynthesizedOutputFactory()
| Method Detail |
|---|
public SynthesizedOutput createResource()
throws NoresourceError
createResource in interface ResourceFactory<SynthesizedOutput>NoresourceErrorpublic void setInstances(int number)
number - Number of instances to create.public int getInstances()
getInstances in interface ResourceFactory<SynthesizedOutput>public String getType()
getType in interface ResourceFactory<SynthesizedOutput>public Class<SynthesizedOutput> getResourceType()
getResourceType in interface ResourceFactory<SynthesizedOutput>public int getBasePort()
public void setBasePort(int port)
port - the base port to setpublic org.speechforge.cairo.client.SessionManager getSessionManager()
public void setSessionManager(org.speechforge.cairo.client.SessionManager manager)
manager - the session manager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||