|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodNotSupportedException | |
jain.jcc | |
jain.jcp |
Uses of MethodNotSupportedException in jain.jcc |
Methods in jain.jcc that throw MethodNotSupportedException | |
void |
JccProvider.addProviderListener(JcpProviderListener providerlistener,
EventFilter filter)
Adds a listener to this provider. |
void |
JccProvider.addCallListener(JcpCallListener calllistener)
Add a call listener to all call objects that will be created under the domain of this provider. |
void |
JccProvider.addCallListener(JcpCallListener calllistener,
EventFilter filter)
Add a call listener to all call objects that will be created under the domain of this provider. |
void |
JccProvider.addConnectionListener(JcpConnectionListener connectionlistener,
EventFilter filter)
Add a connection listener to all connections under this JcpProvider. |
void |
JccProvider.setCallLoadControl(JcpAddress[] 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 |
JccConnection.routeConnection(boolean attachmedia)
Routes this JccConnection to the specified target address. |
void |
JccCall.addCallListener(JcpCallListener calllistener,
EventFilter filter)
Add a listener to this call. |
void |
JccCall.addConnectionListener(JcpConnectionListener cl,
EventFilter filter)
Add a connection listener to all connections under this call. |
JcpConnection |
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. |
JcpConnection |
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. |
void |
JccCall.superviseCall(JccCallListener calllistener,
double time,
int treatment,
double bytes)
The application calls this method to supervise a call. |
Uses of MethodNotSupportedException in jain.jcp |
Methods in jain.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |