javax.telephony
Interface Address


public interface Address

Method Summary
 void addAddressListener(AddressListener listener)
          Not Supported. Throws MethodNotSupportedException.
 void addCallListener(CallListener listener)
          Supported.
Adds an listener to a Call object when this Address object first becomes part of that Call.
 void addCallObserver(CallObserver observer)
          Not Supported. Throws MethodNotSupportedException.
 void addObserver(AddressObserver observer)
          Not Supported. Throws MethodNotSupportedException.
 AddressCapabilities getAddressCapabilities(Terminal terminal)
          Not Supported. Returns null.
Deprecated. Since JTAPI v1.2. This method has been replaced by the Address.getCapabilities() method.
 AddressListener[] getAddressListeners()
          Not Supported. Returns null.
 CallListener[] getCallListeners()
          Supported.
Returns a list of all CallListeners associated with this Address object.
 CallObserver[] getCallObservers()
          Not Supported. Returns null.
 AddressCapabilities getCapabilities()
          Not Supported. Returns null.
 Connection[] getConnections()
          Supported.
Returns an array of Connection objects currently associated with this Address object at the instant the getConnections() method is called.
 java.lang.String getName()
          Supported.
Returns the name of the Address.
 AddressObserver[] getObservers()
          Not Supported. Returns null.
 Provider getProvider()
          Supported.
Returns the Provider associated with this Address.
 Terminal[] getTerminals()
          Supported.
Returns an array of Terminals associated with this Address object.
 void removeAddressListener(AddressListener listener)
          Not Supported.
 void removeCallListener(CallListener listener)
          Supported.Removes the given CallListener from the Address.
 void removeCallObserver(CallObserver observer)
          Not Supported.
 void removeObserver(AddressObserver observer)
          Not Supported.