Interface java.telephony.phone.Component
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.phone.Component

public interface Component
extends Object
The Component interface is the base interface for all individual components used to model telephone hardware. Each individual component extends this interface.

Each component is identified not only by its type, but also by an identifying name, which may be obtained via the getName() method on this interface.


Method Index

 o getName()
Returns the name of the Component.

Methods

 o getName
  public abstract String getName() throws PlatformException
Returns the name of the Component.

Returns:
The name of this component.
Throws: PlatformException
A platform-specific exception occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index