Klasse AddressImpl

java.lang.Object
de.ilink.cti.cstajtapi.AddressImpl
Alle implementierten Schnittstellen:
ExtendedAddress, javax.telephony.Address, javax.telephony.callcontrol.CallControlAddress

public class AddressImpl extends Object implements ExtendedAddress, javax.telephony.callcontrol.CallControlAddress
Implementation of a JTAPI Address object based on a CSTADevice object.

Copyright (c) 2002-2004, 2007, 2016, 2025 ilink Kommunikationssysteme GmbH

  • Methodendetails

    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getName()
    • getProvider

      public javax.telephony.Provider getProvider()
      Angegeben von:
      getProvider in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getProvider()
    • getTerminals

      public javax.telephony.Terminal[] getTerminals()
      Angegeben von:
      getTerminals in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getTerminals()
    • getConnections

      public javax.telephony.Connection[] getConnections()
      Angegeben von:
      getConnections in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getConnections()
    • addObserver

      public void addObserver(javax.telephony.AddressObserver arg0) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      addObserver in Schnittstelle javax.telephony.Address
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • Address.addObserver(AddressObserver)
    • getObservers

      public javax.telephony.AddressObserver[] getObservers()
      Angegeben von:
      getObservers in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getObservers()
    • removeObserver

      public void removeObserver(javax.telephony.AddressObserver arg0)
      Angegeben von:
      removeObserver in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.removeObserver(AddressObserver)
    • addCallObserver

      public void addCallObserver(javax.telephony.CallObserver anObserver) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      addCallObserver in Schnittstelle javax.telephony.Address
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • Address.addCallObserver(CallObserver)
    • getCallObservers

      public javax.telephony.CallObserver[] getCallObservers()
      Angegeben von:
      getCallObservers in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getCallObservers()
    • removeCallObserver

      public void removeCallObserver(javax.telephony.CallObserver anObserver)
      Angegeben von:
      removeCallObserver in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.removeCallObserver(CallObserver)
    • getCapabilities

      public javax.telephony.capabilities.AddressCapabilities getCapabilities()
      Angegeben von:
      getCapabilities in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getCapabilities()
    • getAddressCapabilities

      public javax.telephony.capabilities.AddressCapabilities getAddressCapabilities(javax.telephony.Terminal arg0) throws javax.telephony.InvalidArgumentException, javax.telephony.PlatformException
      Veraltet.
      Angegeben von:
      getAddressCapabilities in Schnittstelle javax.telephony.Address
      Löst aus:
      javax.telephony.InvalidArgumentException
      javax.telephony.PlatformException
      Siehe auch:
      • Address.getAddressCapabilities(Terminal)
    • addAddressListener

      public void addAddressListener(javax.telephony.AddressListener arg0) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      addAddressListener in Schnittstelle javax.telephony.Address
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • Address.addAddressListener(AddressListener)
    • getAddressListeners

      public javax.telephony.AddressListener[] getAddressListeners()
      Angegeben von:
      getAddressListeners in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getAddressListeners()
    • removeAddressListener

      public void removeAddressListener(javax.telephony.AddressListener arg0)
      Angegeben von:
      removeAddressListener in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.removeAddressListener(AddressListener)
    • addCallListener

      public void addCallListener(javax.telephony.CallListener aListener) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      addCallListener in Schnittstelle javax.telephony.Address
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • Address.addCallListener(CallListener)
    • getCallListeners

      public javax.telephony.CallListener[] getCallListeners()
      Angegeben von:
      getCallListeners in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.getCallListeners()
    • removeCallListener

      public void removeCallListener(javax.telephony.CallListener aListener)
      Angegeben von:
      removeCallListener in Schnittstelle javax.telephony.Address
      Siehe auch:
      • Address.removeCallListener(CallListener)
    • getDevice

      protected de.ilink.cti.cstajtapi.interfaces.JTCSTADevice getDevice()
    • transformToAddressEndedState

      protected void transformToAddressEndedState()
    • getDispatchingAddressObserver

      public de.ilink.cti.cstajtapi.events.SynchronousCallEventDispatcher getDispatchingAddressObserver()
    • getDeviceState

      public int getDeviceState()
      Returns the deviceState.
      Angegeben von:
      getDeviceState in Schnittstelle ExtendedAddress
      Gibt zurück:
      int
    • setDeviceState

      protected void setDeviceState(int deviceState)
      Sets the deviceState.
      Parameter:
      deviceState - The deviceState to set
    • cancelForwarding

      public void cancelForwarding() throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException
      Angegeben von:
      cancelForwarding in Schnittstelle javax.telephony.callcontrol.CallControlAddress
      Löst aus:
      javax.telephony.MethodNotSupportedException
      javax.telephony.InvalidStateException
    • getDoNotDisturb

      public boolean getDoNotDisturb() throws javax.telephony.MethodNotSupportedException
      Angegeben von:
      getDoNotDisturb in Schnittstelle javax.telephony.callcontrol.CallControlAddress
      Löst aus:
      javax.telephony.MethodNotSupportedException
    • getForwarding

      public javax.telephony.callcontrol.CallControlForwarding[] getForwarding() throws javax.telephony.MethodNotSupportedException
      Angegeben von:
      getForwarding in Schnittstelle javax.telephony.callcontrol.CallControlAddress
      Löst aus:
      javax.telephony.MethodNotSupportedException
    • getMessageWaiting

      public boolean getMessageWaiting() throws javax.telephony.MethodNotSupportedException
      Angegeben von:
      getMessageWaiting in Schnittstelle javax.telephony.callcontrol.CallControlAddress
      Löst aus:
      javax.telephony.MethodNotSupportedException
    • setDoNotDisturb

      public void setDoNotDisturb(boolean arg0) throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException
      Angegeben von:
      setDoNotDisturb in Schnittstelle javax.telephony.callcontrol.CallControlAddress
      Löst aus:
      javax.telephony.MethodNotSupportedException
      javax.telephony.InvalidStateException
    • setForwarding

      public void setForwarding(javax.telephony.callcontrol.CallControlForwarding[] arg0) throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException
      Angegeben von:
      setForwarding in Schnittstelle javax.telephony.callcontrol.CallControlAddress
      Löst aus:
      javax.telephony.MethodNotSupportedException
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
    • setMessageWaiting

      public void setMessageWaiting(boolean arg0) throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException
      Angegeben von:
      setMessageWaiting in Schnittstelle javax.telephony.callcontrol.CallControlAddress
      Löst aus:
      javax.telephony.MethodNotSupportedException
      javax.telephony.InvalidStateException
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object