|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.implementation.DummyCallControl
public final class DummyCallControl
Dummy implementation of a CallControl resource.
This implementation of a CallControl resource can be used, if there
is no telephony support.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Constructor Summary | |
|---|---|
DummyCallControl()
|
|
| Method Summary | |
|---|---|
void |
activate()
Activates this resource, when it is retrieved from the pool. |
void |
close()
Closes and releases the acquired resources. |
void |
connect(RemoteClient client)
Establishes a connection from the given RemoteClient to this
object. |
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyCallControl()
| Method Detail |
|---|
public void activate()
activate in interface ExternalResourcepublic void close()
close in interface ExternalResourcepublic String getType()
getType in interface ExternalResource
public void open()
throws NoresourceError
open in interface ExternalResourceNoresourceError - The resource could not be opened.public void passivate()
passivate in interface ExternalResource
public void connect(RemoteClient client)
throws IOException
RemoteClient to this
object.
connect in interface RemoteConnectableclient - data container with connection relevant data.
IOException - error establishing the connection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||