|
Interface Summary |
| Event |
The Event interface is the parent of all JCC and JCP Event interfaces. |
| JcpAddress |
An Address object represents what we commonly think of
as a "telephone number". |
| JcpCall |
A JcpCall is a transient association of (zero or more) addresses for the
purposes of engaging in a real-time communications interchange. |
| JcpCallEvent |
This is the base interface for all JcpCall-related events. |
| JcpCallListener |
This interface reports all changes to the Call object. |
| JcpConnection |
Introduction |
| JcpConnectionEvent |
This is the base interface for all JcpConnection related events. |
| JcpConnectionListener |
This interface is an extension of the JcpCallListener interface and reports
state changes both of the JcpCall and its JcpConnections. |
| JcpPeer |
The JcpPeer interface represents a vendor's particular implementation of the JCP API. |
| JcpProvider |
A JcpProvider represents the telephony software-entity that
interfaces with a
telephony subsystem. |
| JcpProviderEvent |
This is the base interface for all JcpProvider related Events. |
| JcpProviderListener |
Interface for notifying changes happening in a JcpProvider event. |
|
Exception Summary |
| InvalidArgumentException |
This Exception indicates that an invalid argument is passed into a method. |
| InvalidPartyException |
This exception indicates that a party given as an argument to the method call was invalid. |
| InvalidStateException |
An InvalidStateException indicates that that current state of an object involved in the
method invocation does not meet the acceptable pre-conditions for the method. |
| JcpPeerUnavailableException |
This Exception indicates that the JcpPeer is unavailable on the current system. |
| MethodNotSupportedException |
This Exception indicates that the method which was invoked is not supported by the
implementation. |
| PlatformException |
A PlatformException indicates an implementation specific exception. |
| PrivilegeViolationException |
This exception indicates that an action pertaining to a certain object failed because
the application did not have the proper security permissions to execute that command. |
| ProviderUnavailableException |
This exception indicates that the JcpProvider is currently not available to the application. |
| ResourceUnavailableException |
This exception indicates that a resource inside the system is not available to complete
an operation. |