KickJava   Java API By Example, From Geeks To Geeks.

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

javax.telephony.callcontrol
Interface CallControlAddress

See Also:
Address, CallControlTerminal, CallControlForwarding, CallControlAddressObserver, CallCtlAddrDoNotDisturbEv, CallCtlAddrForwardEv, CallCtlAddrMessageWaitingEv

public void cancelForwarding()
                      throws MethodNotSupportedException,
                             InvalidStateException
See Also:
CallCtlAddrForwardEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getDoNotDisturb()
                        throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CallControlForwarding[] getForwarding()
                                      throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getMessageWaiting()
                          throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDoNotDisturb(boolean enable)
                     throws MethodNotSupportedException,
                            InvalidStateException
See Also:
CallCtlAddrDoNotDisturbEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setForwarding(CallControlForwarding[] instructions)
                   throws MethodNotSupportedException,
                          InvalidStateException,
                          InvalidArgumentException
See Also:
CallCtlAddrForwardEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMessageWaiting(boolean enable)
                       throws MethodNotSupportedException,
                              InvalidStateException
See Also:
CallCtlAddrMessageWaitingEv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags