KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > callcontrol > CallControlConnection

javax.telephony.callcontrol
Interface CallControlConnection

See Also:
Connection, CallObserver, CallControlCallObserver, CallCtlCallEv, CallCtlConnEv, CallCtlConnAlertingEv, CallCtlConnDialingEv, CallCtlConnDisconnectedEv, CallCtlConnEstablishedEv, CallCtlConnFailedEv, CallCtlConnInitiatedEv, CallCtlConnNetworkAlertingEv, CallCtlConnNetworkReachedEv, CallCtlConnOfferedEv, CallCtlConnQueuedEv, CallCtlConnUnknownEv

public void accept()
            throws InvalidStateException,
                   MethodNotSupportedException,
                   PrivilegeViolationException,
                   ResourceUnavailableException
See Also:
CallCtlConnAlertingEv, ConnAlertingEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addToAddress(java.lang.String additionalAddress)
                  throws InvalidStateException,
                         MethodNotSupportedException,
                         PrivilegeViolationException,
                         ResourceUnavailableException
See Also:
CallCtlConnEstablishedEv, CallCtlConnDialingEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ALERTING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DIALING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DISCONNECTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ESTABLISHED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FAILED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getCallControlState()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int IDLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INITIATED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NETWORK_ALERTING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NETWORK_REACHED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int OFFERED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int OFFERING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Connection park(java.lang.String destinationAddress)
                throws InvalidStateException,
                       MethodNotSupportedException,
                       PrivilegeViolationException,
                       InvalidPartyException,
                       ResourceUnavailableException
See Also:
CallCtlTermConnDroppedEv, CallCtlConnDisconnectedEv, CallCtlConnQueuedEv, TermConnDroppedEv, ConnDisconnectedEv, ConnInProgressEv, ConnCreatedEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int QUEUED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Connection redirect(java.lang.String destinationAddress)
                    throws InvalidStateException,
                           InvalidPartyException,
                           MethodNotSupportedException,
                           PrivilegeViolationException,
                           ResourceUnavailableException
See Also:
CallCtlTermConnDroppedEv, CallCtlConnDisconnectedEv, TermConnDroppedEv, ConnDisconnectedEv, ConnCreatedEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void reject()
            throws InvalidStateException,
                   MethodNotSupportedException,
                   PrivilegeViolationException,
                   ResourceUnavailableException
See Also:
CallCtlConnDisconnectedEv, ConnDisconnectedEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags