KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > Connection

javax.telephony
Interface Connection

All Known Subinterfaces:
CallControlConnection
See Also:
Address, Call, ConnectionEvent, ConnectionListener

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


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


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


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


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


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


public ConnectionCapabilities getConnectionCapabilities(Terminal terminal,
                                                        Address address)
                                                 throws InvalidArgumentException,
                                                        PlatformException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public TerminalConnection[] getTerminalConnections()
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 INPROGRESS
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