|
JCC v0.9.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidStateException | |
jain.application.services.jcc | This package contains JAIN Call Control API interfaces. |
jain.application.services.jcp | This package contains the classes and interfaces in the JAIN Core Package API that make up the common subset between JTAPI and JCC. |
Uses of InvalidStateException in jain.application.services.jcc |
Methods in jain.application.services.jcc that throw InvalidStateException | |
void |
JccConnection.routeConnection(boolean attachmedia)
Routes this JccConnection to the target address associated with this JccConnection object. |
void |
JccConnection.release()
Drops a JccConnection from an active telephone call. |
void |
JccConnection.answer()
This method causes the call to be answered. |
void |
JccConnection.continueProcessing()
This method requests the platform to continue processing. |
void |
JccConnection.attachMedia()
This method will allow transmission on all associated bearer connections or media channels to and from other parties in the call. |
void |
JccConnection.detachMedia()
This method will detach the JccConnection from the call, i.e., this will prevent transmission on any associated bearer connections or media channels to and from other parties in the call. |
java.lang.String |
JccConnection.getMoreDialedDigits()
This method is used by the application to instruct the platform to collect further digits and return them to the application. |
void |
JccCall.release()
This method requests the release of the call object and associated connection objects. |
JccConnection |
JccCall.createConnection(java.lang.String targetAddress,
java.lang.String originatingAddress,
java.lang.String originalCalledAddress,
java.lang.String redirectingAddress)
Creates a new JccConnection and attaches it to this JccCall. |
JccConnection |
JccCall.routeCall(java.lang.String targetAddress,
java.lang.String originatingAddress,
java.lang.String originalDestinationAddress,
java.lang.String redirectingAddress)
This method requests routing of a call to the given call party. |
Uses of InvalidStateException in jain.application.services.jcp |
Methods in jain.application.services.jcp that throw InvalidStateException | |
JcpCall |
JcpProvider.createCall()
Creates a new instance of the call with no connections. |
|
JCC v0.9.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |