|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodNotSupportedException | |
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 MethodNotSupportedException in jain.application.services.jcc |
Methods in jain.application.services.jcc that throw MethodNotSupportedException | |
void |
JccProvider.addCallListener(JcpCallListener calllistener)
Add a call listener to all (future and current) call objects within the domain of this provider. |
void |
JccProvider.addCallListener(JccCallListener calllistener,
EventFilter filter)
Add a call listener to all (future and current) call objects within the domain of this provider. |
void |
JccProvider.addConnectionListener(JccConnectionListener connectionlistener,
EventFilter filter)
Add a connection listener to all connections under this JcpProvider. |
void |
JccProvider.setCallLoadControl(JccAddress[] address,
double duration,
double[] mechanism,
int[] treatment)
This method imposes or removes load control on calls made to the specified addresses. |
void |
JccProvider.addCallLoadControlListener(CallLoadControlListener loadcontrollistener,
EventFilter filter)
Adds a listener to listen to load control related events. |
void |
JccCall.addCallListener(JccCallListener calllistener,
EventFilter filter)
Add a listener to this call. |
void |
JccCall.addConnectionListener(JccConnectionListener cl,
EventFilter filter)
Add a connection listener to all connections under this call. |
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 |
JccCall.superviseCall(JccCallListener calllistener,
double time,
int treatment,
double bytes)
The application calls this method to supervise a call. |
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. |
Uses of MethodNotSupportedException in jain.application.services.jcp |
Methods in jain.application.services.jcp that throw MethodNotSupportedException | |
JcpCall |
JcpProvider.createCall()
Creates a new instance of the call with no connections. |
void |
JcpProvider.addProviderListener(JcpProviderListener providerlistener)
Adds a listener to this provider. |
void |
JcpCall.addCallListener(JcpCallListener calllistener)
Add a listener to this call. |
|
JCC v1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |