|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceUnavailableException | |
jain.jcc | |
jain.jcp |
Uses of ResourceUnavailableException in jain.jcc |
Methods in jain.jcc that throw ResourceUnavailableException | |
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.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 |
JccConnection.release()
Drops a JccConnection from an active telephone call. |
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. |
void |
JccCall.release()
This method requests the release of the call object and associated connection objects. |
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. |
Uses of ResourceUnavailableException in jain.jcp |
Methods in jain.jcp that throw ResourceUnavailableException | |
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 |