KickJava   Java API By Example, From Geeks To Geeks.

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

javax.telephony.callcontrol
Interface CallControlTerminalConnection

See Also:
TerminalConnection, CallObserver, CallControlCallObserver, CallCtlCallEv, CallCtlTermConnEv, CallCtlTermConnRingingEv, CallCtlTermConnTalkingEv, CallCtlTermConnHeldEv, CallCtlTermConnBridgedEv, CallCtlTermConnInUseEv, CallCtlTermConnDroppedEv, CallCtlTermConnUnknownEv

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


public static final int DROPPED
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 HELD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void hold()
          throws InvalidStateException,
                 MethodNotSupportedException,
                 PrivilegeViolationException,
                 ResourceUnavailableException
See Also:
CallCtlTermConnHeldEv
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 INUSE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


public void unhold()
            throws InvalidStateException,
                   MethodNotSupportedException,
                   PrivilegeViolationException,
                   ResourceUnavailableException
See Also:
CallCtlTermConnTalkingEv
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