|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalResource
An external resource that is required by the used implementation platform.
Copyright © 2005-2006 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
void |
activate()
Activates this resource, when it is retrieved from the pool. |
void |
close()
Closes and releases the acquired resources. |
String |
getType()
Retrieves a unique identifier for this external resource. |
void |
open()
Initializes and and acquires the needed resources. |
void |
passivate()
Passivates this resource, when it is returned to the pool. |
| Methods inherited from interface org.jvoicexml.RemoteConnectable |
|---|
connect |
| Method Detail |
|---|
String getType()
void open()
throws NoresourceError
NoresourceError - The resource could not be opened.void activate()
void passivate()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||