|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcpConnection | |
jain.jcc | |
jain.jcp |
Uses of JcpConnection in jain.jcc |
Subinterfaces of JcpConnection in jain.jcc | |
interface |
JccConnection
A JccConnection object represents a link between a network endpoint (address) and a JccCall object. |
Methods in jain.jcc that return JcpConnection | |
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 JcpConnection in jain.jcp |
Methods in jain.jcp that return JcpConnection | |
JcpConnection[] |
JcpCall.getConnections()
Retrieves an array of connections asssociated with this call. |
JcpConnection |
JcpConnectionEvent.getConnection()
Returns the JcpConnection associated with this event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |