Interface java.telephony.phone.PhoneTerminal All Packages Class Hierarchy This Package Previous Next Index Interface java.telephony.phone.PhoneTerminal public interface PhoneTerminal extends Object extends Terminal The PhoneTerminal interface extends the Terminal interface to provide functionality for the Phone package. It allows applications to obtain arrays of telephony Components (each group is called a ComponentGroup) which represents the physical components of telephones. getComponentGroups() Returns an array of ComponentGroup objects available on the Terminal. getComponentGroups public abstract ComponentGroup[] getComponentGroups() throws PlatformException Returns an array of ComponentGroup objects available on the Terminal. A ComponentGroup object is composed of a number of Components. Examples of Component objects include headsets, handsets, speakerphones, and buttons. ComponentGroup objects group Components together. Returns: An array of ComponetGroup objects on this Terminal. Throws: PlatformException A platform-specific exception occurred. All Packages Class Hierarchy This Package Previous Next Index