Klasse CallImpl

java.lang.Object
de.ilink.cti.cstajtapi.CallImpl
Alle implementierten Schnittstellen:
ExtendedCallControlCall, javax.telephony.Call, javax.telephony.callcenter.CallCenterCall, javax.telephony.callcontrol.CallControlCall, javax.telephony.callcontrol.capabilities.CallControlCallCapabilities, javax.telephony.capabilities.CallCapabilities

public class CallImpl extends Object implements ExtendedCallControlCall, javax.telephony.callcontrol.capabilities.CallControlCallCapabilities, javax.telephony.callcenter.CallCenterCall
Implementation of a JTAPI Call based on a CSTA call.

Copyright (c) 2002-2003, 2006-2007, 2015, 2017, 2023, 2025 ilink Kommunikationssysteme GmbH

  • Methodendetails

    • getDispatchingCallListener

      public javax.telephony.CallListener getDispatchingCallListener()
    • getDispatchingConnectionListener

      public javax.telephony.ConnectionListener getDispatchingConnectionListener()
    • getDispatchingTerminalConnectionListener

      public javax.telephony.TerminalConnectionListener getDispatchingTerminalConnectionListener()
    • getDispatchingCallControlCallObserver

      public javax.telephony.callcontrol.CallControlCallObserver getDispatchingCallControlCallObserver()
    • setLocalConnection

      protected void setLocalConnection(de.ilink.cti.cstajtapi.MapperLocalConnection aProxy)
    • getCSTACallID

      public String getCSTACallID()
    • getConnections

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

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

      public javax.telephony.Connection[] connect(javax.telephony.Terminal aCallerTerminal, javax.telephony.Address aCallerAddress, String aCalledNumber) throws javax.telephony.ResourceUnavailableException, javax.telephony.PrivilegeViolationException, javax.telephony.InvalidPartyException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      connect in Schnittstelle javax.telephony.Call
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.PrivilegeViolationException
      javax.telephony.InvalidPartyException
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • Call.connect(Terminal, Address, String)
    • getCapabilities

      public javax.telephony.capabilities.CallCapabilities getCapabilities(javax.telephony.Terminal arg0, javax.telephony.Address arg1) throws javax.telephony.InvalidArgumentException
      Angegeben von:
      getCapabilities in Schnittstelle javax.telephony.Call
      Löst aus:
      javax.telephony.InvalidArgumentException
      Siehe auch:
      • Call.getCapabilities(Terminal, Address)
    • getCallCapabilities

      public javax.telephony.capabilities.CallCapabilities getCallCapabilities(javax.telephony.Terminal arg0, javax.telephony.Address arg1) throws javax.telephony.InvalidArgumentException, javax.telephony.PlatformException
      Veraltet.
      Angegeben von:
      getCallCapabilities in Schnittstelle javax.telephony.Call
      Löst aus:
      javax.telephony.InvalidArgumentException
      javax.telephony.PlatformException
      Siehe auch:
      • Call.getCallCapabilities(Terminal, Address)
    • addCallListeners

      protected void addCallListeners(de.ilink.cti.cstajtapi.events.EventHandlerRegistration aRegistration)
    • addCallObservers

      protected void addCallObservers(de.ilink.cti.cstajtapi.events.EventHandlerRegistration aRegistration)
    • addObserver

      public void addObserver(javax.telephony.CallObserver anObserver) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      addObserver in Schnittstelle javax.telephony.Call
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.MethodNotSupportedException
    • getObservers

      public javax.telephony.CallObserver[] getObservers()
      Angegeben von:
      getObservers in Schnittstelle javax.telephony.Call
    • removeObserver

      public void removeObserver(javax.telephony.CallObserver anObserver)
      Angegeben von:
      removeObserver in Schnittstelle javax.telephony.Call
    • addCallListener

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

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

      public void removeCallListener(javax.telephony.CallListener aListener)
      Angegeben von:
      removeCallListener in Schnittstelle javax.telephony.Call
    • conference

      public void conference(javax.telephony.Call aCall) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Connects two calls to a conference. NOTE: This call must be the consultation call previously created, the terminal connection of aCall must be in state held.
      Angegeben von:
      conference in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.conference(Call)
    • consult

      public javax.telephony.Connection[] consult(javax.telephony.TerminalConnection aTerminalConnection, String aNumber) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.MethodNotSupportedException, javax.telephony.ResourceUnavailableException, javax.telephony.PrivilegeViolationException, javax.telephony.InvalidPartyException
      Creates a new Call using the terminal connection provided. The call currently assigned to this terminal connection is held and a new terminal connection for this call created. For additional information and event flow see the JTAPI documentation.
      Angegeben von:
      consult in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
      javax.telephony.MethodNotSupportedException
      javax.telephony.ResourceUnavailableException
      javax.telephony.PrivilegeViolationException
      javax.telephony.InvalidPartyException
      Siehe auch:
      • CallControlCall.consult(TerminalConnection, String)
    • consult

      public javax.telephony.Connection consult(javax.telephony.TerminalConnection arg0) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.MethodNotSupportedException, javax.telephony.ResourceUnavailableException, javax.telephony.PrivilegeViolationException
      This method is not supported by the implementation and will throw a MethodNotSupportedException. Don't use it. Use consult(TerminalConnection, number) instead.
      Angegeben von:
      consult in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
      javax.telephony.MethodNotSupportedException
      javax.telephony.ResourceUnavailableException
      javax.telephony.PrivilegeViolationException
      Siehe auch:
      • CallControlCall.consult(TerminalConnection)
    • drop

      public void drop() throws javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Drops this call.
      Angegeben von:
      drop in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.drop()
    • getCalledAddress

      public javax.telephony.Address getCalledAddress()
      Angegeben von:
      getCalledAddress in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getCalledAddress()
    • getCallingAddress

      public javax.telephony.Address getCallingAddress()
      Angegeben von:
      getCallingAddress in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getCallingAddress()
    • getGloballyUniqueCallLinkageID

      public String getGloballyUniqueCallLinkageID()
    • getCorrelatorData

      public String getCorrelatorData()
    • getCallingTerminal

      public javax.telephony.Terminal getCallingTerminal()
      Angegeben von:
      getCallingTerminal in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getCallingTerminal()
    • getConferenceController

      public javax.telephony.TerminalConnection getConferenceController()
      Angegeben von:
      getConferenceController in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getConferenceController()
    • getLastRedirectedAddress

      public javax.telephony.Address getLastRedirectedAddress()
      Angegeben von:
      getLastRedirectedAddress in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getLastRedirectedAddress()
    • getTransferController

      public javax.telephony.TerminalConnection getTransferController()
      Angegeben von:
      getTransferController in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getTransferController()
    • offHook

      public javax.telephony.Connection offHook(javax.telephony.Address arg0, javax.telephony.Terminal arg1) throws javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      This method is not supported by the implementation and will throw a MethodNotSupportedException. Don't use it.
      Angegeben von:
      offHook in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.offHook(Address, Terminal)
    • setConferenceController

      public void setConferenceController(javax.telephony.TerminalConnection arg0) throws javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.ResourceUnavailableException
      Angegeben von:
      setConferenceController in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.setConferenceController(TerminalConnection)
    • setTransferController

      public void setTransferController(javax.telephony.TerminalConnection arg0) throws javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.ResourceUnavailableException
      Angegeben von:
      setTransferController in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.setTransferController(TerminalConnection)
    • transfer

      public void transfer(javax.telephony.Call aCall) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Transfers the remote connections of this call and the given remote call to a new call.
      Angegeben von:
      transfer in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidPartyException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.transfer(Call)
    • blindTransfer

      public void blindTransfer(javax.telephony.Call aCall) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Beschreibung aus Schnittstelle kopiert: ExtendedCallControlCall
      Transfers the remote connections of this call and the given remote call to a new call. NOTE: This private implementation performs a blind transfer without checking whether the consultation call has been connected.
      It is to some extent a "soft" implementation of a single step transfer.
      Angegeben von:
      blindTransfer in Schnittstelle ExtendedCallControlCall
      Parameter:
      aCall - The second to transfer.
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidPartyException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
    • alternateCall

      public void alternateCall(javax.telephony.Call aCall) throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Beschreibung aus Schnittstelle kopiert: ExtendedCallControlCall
      Alternates the held state between the held call and the active call. It is to some extent a "soft" implementation of a alternate call feature.
      Angegeben von:
      alternateCall in Schnittstelle ExtendedCallControlCall
      Parameter:
      aCall - Secondary Call. The call which currently active, will be held upon success.
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidPartyException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
    • callBackCall

      public void callBackCall() throws javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Beschreibung aus Schnittstelle kopiert: ExtendedCallControlCall
      Invokes a Callback request on the current call
      Angegeben von:
      callBackCall in Schnittstelle ExtendedCallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidPartyException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.transfer(Call)
    • transfer

      public javax.telephony.Connection transfer(String aTargetNumber) throws javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Angegeben von:
      transfer in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.InvalidPartyException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.transfer(String)
    • getState

      public int getState()
      Angegeben von:
      getState in Schnittstelle javax.telephony.Call
      Siehe auch:
      • Call.getState()
    • transformToActiveState

      public void transformToActiveState(String aCause, de.ilink.cti.cstajtapi.events.JTAPIEventQueue aQueue)
    • transformToInvalidState

      public void transformToInvalidState(String aCause, de.ilink.cti.cstajtapi.events.JTAPIEventQueue aQueue)
    • addParty

      public javax.telephony.Connection addParty(String arg0) throws javax.telephony.InvalidStateException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableException
      Angegeben von:
      addParty in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidStateException
      javax.telephony.InvalidPartyException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      javax.telephony.ResourceUnavailableException
      Siehe auch:
      • CallControlCall.addParty(String)
    • getConferenceEnable

      public boolean getConferenceEnable()
      Angegeben von:
      getConferenceEnable in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getConferenceEnable()
    • getTransferEnable

      public boolean getTransferEnable()
      Angegeben von:
      getTransferEnable in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Siehe auch:
      • CallControlCall.getTransferEnable()
    • setConferenceEnable

      public void setConferenceEnable(boolean isEnabled) throws javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException
      Angegeben von:
      setConferenceEnable in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      Siehe auch:
      • CallControlCall.setConferenceEnable(boolean)
    • setTransferEnable

      public void setTransferEnable(boolean isEnabled) throws javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException
      Angegeben von:
      setTransferEnable in Schnittstelle javax.telephony.callcontrol.CallControlCall
      Löst aus:
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      javax.telephony.PrivilegeViolationException
      Siehe auch:
      • CallControlCall.setTransferEnable(boolean)
    • canAddParty

      public boolean canAddParty()
      Angegeben von:
      canAddParty in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canAddParty()
    • canConference

      public boolean canConference()
      Angegeben von:
      canConference in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canConference()
    • canConsult

      public boolean canConsult()
      Veraltet.
      Angegeben von:
      canConsult in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canConsult()
    • canConsult

      public boolean canConsult(javax.telephony.TerminalConnection aTerminalConnection, String arg1)
      Angegeben von:
      canConsult in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canConsult(TerminalConnection, String)
    • canConsult

      public boolean canConsult(javax.telephony.TerminalConnection aTerminalConnection)
      Angegeben von:
      canConsult in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canConsult(TerminalConnection)
    • canDrop

      public boolean canDrop()
      Angegeben von:
      canDrop in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canDrop()
    • canOffHook

      public boolean canOffHook()
      Angegeben von:
      canOffHook in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canOffHook()
    • canSetConferenceController

      public boolean canSetConferenceController()
      Angegeben von:
      canSetConferenceController in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canSetConferenceController()
    • canSetConferenceEnable

      public boolean canSetConferenceEnable()
      Angegeben von:
      canSetConferenceEnable in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canSetConferenceEnable()
    • canSetTransferController

      public boolean canSetTransferController()
      Angegeben von:
      canSetTransferController in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canSetTransferController()
    • canSetTransferEnable

      public boolean canSetTransferEnable()
      Angegeben von:
      canSetTransferEnable in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canSetTransferEnable()
    • canTransfer

      public boolean canTransfer()
      Veraltet.
      Angegeben von:
      canTransfer in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canTransfer()
    • canTransfer

      public boolean canTransfer(javax.telephony.Call aCall)
      Angegeben von:
      canTransfer in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canTransfer(Call)
    • canTransfer

      public boolean canTransfer(String aNumber)
      Angegeben von:
      canTransfer in Schnittstelle javax.telephony.callcontrol.capabilities.CallControlCallCapabilities
      Siehe auch:
      • CallControlCallCapabilities.canTransfer(String)
    • canConnect

      public boolean canConnect()
      Angegeben von:
      canConnect in Schnittstelle javax.telephony.capabilities.CallCapabilities
      Siehe auch:
      • CallCapabilities.canConnect()
    • isObservable

      public boolean isObservable()
      Angegeben von:
      isObservable in Schnittstelle javax.telephony.capabilities.CallCapabilities
      Siehe auch:
      • CallCapabilities.isObservable()
    • connectPredictive

      public javax.telephony.Connection[] connectPredictive(javax.telephony.Terminal arg0, javax.telephony.Address arg1, String arg2, int arg3, int arg4, int arg5, int arg6) throws javax.telephony.ResourceUnavailableException, javax.telephony.PrivilegeViolationException, javax.telephony.InvalidPartyException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      connectPredictive in Schnittstelle javax.telephony.callcenter.CallCenterCall
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.PrivilegeViolationException
      javax.telephony.InvalidPartyException
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • CallCenterCall.connectPredictive(Terminal, Address, String, int, int, int, int)
    • getTrunks

      public javax.telephony.callcenter.CallCenterTrunk[] getTrunks() throws javax.telephony.MethodNotSupportedException
      Angegeben von:
      getTrunks in Schnittstelle javax.telephony.callcenter.CallCenterCall
      Löst aus:
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • CallCenterCall.getTrunks()
    • toString

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

      public Object getApplicationData() throws javax.telephony.MethodNotSupportedException
      Angegeben von:
      getApplicationData in Schnittstelle javax.telephony.callcenter.CallCenterCall
      Löst aus:
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • CallCenterCall.getApplicationData()
    • setApplicationData

      public void setApplicationData(Object aData) throws javax.telephony.ResourceUnavailableException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException
      Angegeben von:
      setApplicationData in Schnittstelle javax.telephony.callcenter.CallCenterCall
      Löst aus:
      javax.telephony.ResourceUnavailableException
      javax.telephony.InvalidArgumentException
      javax.telephony.InvalidStateException
      javax.telephony.MethodNotSupportedException
      Siehe auch:
      • CallCenterCall.setApplicationData(Object)
    • setAppDataKey

      protected void setAppDataKey(String aKey)
    • finalize

      protected void finalize() throws Throwable
      Setzt außer Kraft:
      finalize in Klasse Object
      Löst aus:
      Throwable
      Siehe auch: