Package de.ilink.cti.cstajtapi
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
-
Feldübersicht
Von Schnittstelle geerbte Felder javax.telephony.Call
ACTIVE, IDLE, INVALID
Von Schnittstelle geerbte Felder javax.telephony.callcenter.CallCenterCall
ANSWERING_TREATMENT_CONNECT, ANSWERING_TREATMENT_DROP, ANSWERING_TREATMENT_NONE, ANSWERING_TREATMENT_PROVIDER_DEFAULT, ENDPOINT_ANSWERING_MACHINE, ENDPOINT_ANY, ENDPOINT_FAX_MACHINE, ENDPOINT_HUMAN_INTERVENTION, MAX_RINGS, MIN_RINGS
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addCallListener
(javax.telephony.CallListener aListener) protected void
addCallListeners
(de.ilink.cti.cstajtapi.events.EventHandlerRegistration aRegistration) protected void
addCallObservers
(de.ilink.cti.cstajtapi.events.EventHandlerRegistration aRegistration) void
addObserver
(javax.telephony.CallObserver anObserver) javax.telephony.Connection
void
alternateCall
(javax.telephony.Call aCall) Alternates the held state between the held call and the active call.void
blindTransfer
(javax.telephony.Call aCall) Transfers the remote connections of this call and the given remote call to a new call.void
Invokes a Callback request on the current callboolean
boolean
boolean
boolean
Veraltet.boolean
canConsult
(javax.telephony.TerminalConnection aTerminalConnection) boolean
canConsult
(javax.telephony.TerminalConnection aTerminalConnection, String arg1) boolean
canDrop()
boolean
boolean
boolean
boolean
boolean
boolean
Veraltet.boolean
canTransfer
(String aNumber) boolean
canTransfer
(javax.telephony.Call aCall) void
conference
(javax.telephony.Call aCall) Connects two calls to a conference.javax.telephony.Connection[]
connect
(javax.telephony.Terminal aCallerTerminal, javax.telephony.Address aCallerAddress, String aCalledNumber) javax.telephony.Connection[]
connectPredictive
(javax.telephony.Terminal arg0, javax.telephony.Address arg1, String arg2, int arg3, int arg4, int arg5, int arg6) javax.telephony.Connection
consult
(javax.telephony.TerminalConnection arg0) This method is not supported by the implementation and will throw aMethodNotSupportedException
.javax.telephony.Connection[]
Creates a new Call using the terminal connection provided.void
drop()
Drops this call.protected void
finalize()
javax.telephony.capabilities.CallCapabilities
getCallCapabilities
(javax.telephony.Terminal arg0, javax.telephony.Address arg1) Veraltet.javax.telephony.Address
javax.telephony.Address
javax.telephony.Terminal
javax.telephony.CallListener[]
javax.telephony.capabilities.CallCapabilities
getCapabilities
(javax.telephony.Terminal arg0, javax.telephony.Address arg1) javax.telephony.TerminalConnection
boolean
javax.telephony.Connection[]
javax.telephony.callcontrol.CallControlCallObserver
javax.telephony.CallListener
javax.telephony.ConnectionListener
javax.telephony.TerminalConnectionListener
javax.telephony.Address
javax.telephony.CallObserver[]
javax.telephony.Provider
int
getState()
javax.telephony.TerminalConnection
boolean
javax.telephony.callcenter.CallCenterTrunk[]
boolean
javax.telephony.Connection
offHook
(javax.telephony.Address arg0, javax.telephony.Terminal arg1) This method is not supported by the implementation and will throw aMethodNotSupportedException
.void
removeCallListener
(javax.telephony.CallListener aListener) void
removeObserver
(javax.telephony.CallObserver anObserver) protected void
setAppDataKey
(String aKey) void
setApplicationData
(Object aData) void
setConferenceController
(javax.telephony.TerminalConnection arg0) void
setConferenceEnable
(boolean isEnabled) protected void
setLocalConnection
(de.ilink.cti.cstajtapi.MapperLocalConnection aProxy) void
setTransferController
(javax.telephony.TerminalConnection arg0) void
setTransferEnable
(boolean isEnabled) toString()
javax.telephony.Connection
void
transfer
(javax.telephony.Call aCall) Transfers the remote connections of this call and the given remote call to a new call.void
transformToActiveState
(String aCause, de.ilink.cti.cstajtapi.events.JTAPIEventQueue aQueue) void
transformToInvalidState
(String aCause, de.ilink.cti.cstajtapi.events.JTAPIEventQueue aQueue)
-
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
-
getConnections
public javax.telephony.Connection[] getConnections()- Angegeben von:
getConnections
in Schnittstellejavax.telephony.Call
- Siehe auch:
-
getProvider
public javax.telephony.Provider getProvider()- Angegeben von:
getProvider
in Schnittstellejavax.telephony.Call
- Siehe auch:
-
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 Schnittstellejavax.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:
-
getCapabilities
public javax.telephony.capabilities.CallCapabilities getCapabilities(javax.telephony.Terminal arg0, javax.telephony.Address arg1) throws javax.telephony.InvalidArgumentException - Angegeben von:
getCapabilities
in Schnittstellejavax.telephony.Call
- Löst aus:
javax.telephony.InvalidArgumentException
- Siehe auch:
-
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 Schnittstellejavax.telephony.Call
- Löst aus:
javax.telephony.InvalidArgumentException
javax.telephony.PlatformException
- Siehe auch:
-
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 Schnittstellejavax.telephony.Call
- Löst aus:
javax.telephony.ResourceUnavailableException
javax.telephony.MethodNotSupportedException
-
getObservers
public javax.telephony.CallObserver[] getObservers()- Angegeben von:
getObservers
in Schnittstellejavax.telephony.Call
-
removeObserver
public void removeObserver(javax.telephony.CallObserver anObserver) - Angegeben von:
removeObserver
in Schnittstellejavax.telephony.Call
-
addCallListener
public void addCallListener(javax.telephony.CallListener aListener) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException - Angegeben von:
addCallListener
in Schnittstellejavax.telephony.Call
- Löst aus:
javax.telephony.ResourceUnavailableException
javax.telephony.MethodNotSupportedException
-
getCallListeners
public javax.telephony.CallListener[] getCallListeners()- Angegeben von:
getCallListeners
in Schnittstellejavax.telephony.Call
-
removeCallListener
public void removeCallListener(javax.telephony.CallListener aListener) - Angegeben von:
removeCallListener
in Schnittstellejavax.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 ofaCall
must be in state held.- Angegeben von:
conference
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.InvalidArgumentException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
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 Schnittstellejavax.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:
-
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 aMethodNotSupportedException
. Don't use it. Useconsult(TerminalConnection, number)
instead.- Angegeben von:
consult
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.InvalidArgumentException
javax.telephony.MethodNotSupportedException
javax.telephony.ResourceUnavailableException
javax.telephony.PrivilegeViolationException
- Siehe auch:
-
drop
public void drop() throws javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableExceptionDrops this call.- Angegeben von:
drop
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
getCalledAddress
public javax.telephony.Address getCalledAddress()- Angegeben von:
getCalledAddress
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
getCallingAddress
public javax.telephony.Address getCallingAddress()- Angegeben von:
getCallingAddress
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
getGloballyUniqueCallLinkageID
-
getCorrelatorData
-
getCallingTerminal
public javax.telephony.Terminal getCallingTerminal()- Angegeben von:
getCallingTerminal
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
getConferenceController
public javax.telephony.TerminalConnection getConferenceController()- Angegeben von:
getConferenceController
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
getLastRedirectedAddress
public javax.telephony.Address getLastRedirectedAddress()- Angegeben von:
getLastRedirectedAddress
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
getTransferController
public javax.telephony.TerminalConnection getTransferController()- Angegeben von:
getTransferController
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
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 aMethodNotSupportedException
. Don't use it.- Angegeben von:
offHook
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
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 Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidArgumentException
javax.telephony.InvalidStateException
javax.telephony.MethodNotSupportedException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
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 Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidArgumentException
javax.telephony.InvalidStateException
javax.telephony.MethodNotSupportedException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
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 Schnittstellejavax.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:
-
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 SchnittstelleExtendedCallControlCall
- 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 SchnittstelleExtendedCallControlCall
- 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.ResourceUnavailableExceptionBeschreibung aus Schnittstelle kopiert:ExtendedCallControlCall
Invokes a Callback request on the current call- Angegeben von:
callBackCall
in SchnittstelleExtendedCallControlCall
- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.InvalidArgumentException
javax.telephony.InvalidPartyException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
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 Schnittstellejavax.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:
-
getState
public int getState()- Angegeben von:
getState
in Schnittstellejavax.telephony.Call
- Siehe auch:
-
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 Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidStateException
javax.telephony.InvalidPartyException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
javax.telephony.ResourceUnavailableException
- Siehe auch:
-
getConferenceEnable
public boolean getConferenceEnable()- Angegeben von:
getConferenceEnable
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
getTransferEnable
public boolean getTransferEnable()- Angegeben von:
getTransferEnable
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Siehe auch:
-
setConferenceEnable
public void setConferenceEnable(boolean isEnabled) throws javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException - Angegeben von:
setConferenceEnable
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidArgumentException
javax.telephony.InvalidStateException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
- Siehe auch:
-
setTransferEnable
public void setTransferEnable(boolean isEnabled) throws javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException - Angegeben von:
setTransferEnable
in Schnittstellejavax.telephony.callcontrol.CallControlCall
- Löst aus:
javax.telephony.InvalidArgumentException
javax.telephony.InvalidStateException
javax.telephony.MethodNotSupportedException
javax.telephony.PrivilegeViolationException
- Siehe auch:
-
canAddParty
public boolean canAddParty()- Angegeben von:
canAddParty
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canConference
public boolean canConference()- Angegeben von:
canConference
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canConsult
public boolean canConsult()Veraltet.- Angegeben von:
canConsult
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canConsult
- Angegeben von:
canConsult
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canConsult
public boolean canConsult(javax.telephony.TerminalConnection aTerminalConnection) - Angegeben von:
canConsult
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canDrop
public boolean canDrop()- Angegeben von:
canDrop
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canOffHook
public boolean canOffHook()- Angegeben von:
canOffHook
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canSetConferenceController
public boolean canSetConferenceController()- Angegeben von:
canSetConferenceController
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canSetConferenceEnable
public boolean canSetConferenceEnable()- Angegeben von:
canSetConferenceEnable
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canSetTransferController
public boolean canSetTransferController()- Angegeben von:
canSetTransferController
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canSetTransferEnable
public boolean canSetTransferEnable()- Angegeben von:
canSetTransferEnable
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canTransfer
public boolean canTransfer()Veraltet.- Angegeben von:
canTransfer
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canTransfer
public boolean canTransfer(javax.telephony.Call aCall) - Angegeben von:
canTransfer
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canTransfer
- Angegeben von:
canTransfer
in Schnittstellejavax.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Siehe auch:
-
canConnect
public boolean canConnect()- Angegeben von:
canConnect
in Schnittstellejavax.telephony.capabilities.CallCapabilities
- Siehe auch:
-
isObservable
public boolean isObservable()- Angegeben von:
isObservable
in Schnittstellejavax.telephony.capabilities.CallCapabilities
- Siehe auch:
-
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 Schnittstellejavax.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:
-
getTrunks
public javax.telephony.callcenter.CallCenterTrunk[] getTrunks() throws javax.telephony.MethodNotSupportedException- Angegeben von:
getTrunks
in Schnittstellejavax.telephony.callcenter.CallCenterCall
- Löst aus:
javax.telephony.MethodNotSupportedException
- Siehe auch:
-
toString
-
getApplicationData
- Angegeben von:
getApplicationData
in Schnittstellejavax.telephony.callcenter.CallCenterCall
- Löst aus:
javax.telephony.MethodNotSupportedException
- Siehe auch:
-
setApplicationData
public void setApplicationData(Object aData) throws javax.telephony.ResourceUnavailableException, javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.MethodNotSupportedException - Angegeben von:
setApplicationData
in Schnittstellejavax.telephony.callcenter.CallCenterCall
- Löst aus:
javax.telephony.ResourceUnavailableException
javax.telephony.InvalidArgumentException
javax.telephony.InvalidStateException
javax.telephony.MethodNotSupportedException
- Siehe auch:
-
setAppDataKey
-
finalize
-