|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CallCentCallEv
interface is the base event interface for
all call center package Call-related events. Each Call-related event defined
in this package must extend this interface. This interface extends both the
core CallEv
and the CallCentEv
interfaces. All
events which extend this interface are reported via the
CallCenterCallObserver
interface.
getCallingAddress()
, getCallingTerminal()
,
getCalledAddress()
, and getLastRedirectedAddress()
methods on this interface, respectively.
The call center package defines the following interfaces which extend this
interface: CallCentConnEv
, CallCentAppDataEv
, and
CallCentTrunkEv
Avaya is providing its backward-compatible Observer model implementation in this release; in the specification this interface is deprecated as of JTAPI 1.4, replaced by CallCenterCallEvent
Call
,
Address
,
Terminal
,
CallEv
,
CallCenterCallObserver
,
CallCenterCall
,
CallCenterTrunk
,
CallCentEv
,
CallCentConnEv
,
CallCentTrunkEv
,
CallCentCallAppDataEv
Field Summary |
Fields inherited from interface javax.telephony.callcenter.events.CallCentEv |
CAUSE_NO_AVAILABLE_AGENTS |
Method Summary | |
Address |
getCalledAddress()
Returns the called Address associated with this Call. |
Address |
getCallingAddress()
Returns the calling Address associated with this call. |
Terminal |
getCallingTerminal()
Returns the calling Terminal associated with this Call. |
Address |
getLastRedirectedAddress()
Returns the last redirected Address associated with this Call. |
CallCenterTrunk[] |
getTrunks()
Deprecated. JTAPI v1.2 |
Methods inherited from interface javax.telephony.callcenter.events.CallCentEv |
getCallCenterCause |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Methods inherited from interface javax.telephony.events.CallEv |
getCall |
Method Detail |
public Address getCallingAddress()
If the calling address is unknown or not yet known, this method returns null.
public Terminal getCallingTerminal()
If the calling Terminal is unknown or not yet know, this method returns null.
public Address getCalledAddress()
If the called address is unknown or not yet known, this method returns null.
public Address getLastRedirectedAddress()
If the the last redirected address is unknown or not yet known, this method returns null.
public CallCenterTrunk[] getTrunks()
Note: This method has been replaced in JTAPI v1.2 and
later with the CallCenterCall.getTrunks()
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |