KickJava   Java API By Example, From Geeks To Geeks.

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

javax.telephony
Interface TerminalConnection

All Known Subinterfaces:
CallControlTerminalConnection
See Also:
CallListener, TerminalConnectionListener, TerminalListener, TerminalConnectionEvent, CallEvent

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


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


public Connection getConnection()
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 Terminal getTerminal()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TerminalConnectionCapabilities getTerminalConnectionCapabilities(Terminal terminal,
                                                                        Address address)
                                                                 throws InvalidArgumentException,
                                                                        PlatformException
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 PASSIVE
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 UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags