|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of ExternalResource to produce in this
factory.public interface ResourceFactory<T extends ExternalResource>
Factory for external resources with type T, that can be
connected to a RemoteClient.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
T |
createResource()
Factory method to create a resource. |
int |
getInstances()
Retrieves the number of instances, that this factory will create using createResource(). |
String |
getType()
Retrieves the type of the resources that are created by this factory. |
| Method Detail |
|---|
T createResource()
throws NoresourceError
NoresourceError - error creating the requested resource.int getInstances()
createResource().
String getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||