|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivilegeViolationException | |
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 PrivilegeViolationException in jain.application.services.jcc |
Methods in jain.application.services.jcc that throw PrivilegeViolationException | |
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(s) and attaches it/them 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 targetAddress given as an input parameter. |
void |
JccConnection.routeConnection(boolean attachmedia)
Routes this JccConnection to the target address associated with this JccConnection object. |
void |
JccConnection.selectRoute(java.lang.String address)
Replaces address information onto an existing JccConnection. |
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 address information (which may be in the form of digits or letters) and return this to the application. |
Uses of PrivilegeViolationException in jain.application.services.jcp |
Methods in jain.application.services.jcp that throw PrivilegeViolationException | |
JcpCall |
JcpProvider.createCall()
Creates a new instance of the call with no connections. |
|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |