|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The CallCtlCallEv
interface is the base interface for all call
control package Call-related events. All events which pertain to the
CallControlCall
interface must extend this interface. Events
which extend this interface are reported via the
CallObserver.callChangedEvent()
method. The observer object
must also implement the CallControlCallObserver
interface to
signal it is interested in call control package events. This interface
extend both the CallCtlEv
and core CallEv
interfaces.
The CallCtlConnEv
and CallCtlTermConnEv
events
extend this interface. This reflects the fact that all events pertaining to
the CallControlConnection
interface and the
CallControlTerminalConnection
interface are reported via the
CallControlCallObserver
interface.
getCallingAddress()
, getCallingTerminal()
,
getCalledAddress()
, and getLastRedirectedAddress()
methods on this interface, respectively.
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 CallControlCallEvent
Call
,
Address
,
Terminal
,
CallObserver
,
CallEv
,
CallControlCall
,
CallControlCallObserver
,
CallCtlEv
,
CallCtlConnEv
,
CallCtlTermConnEv
Field Summary |
Fields inherited from interface javax.telephony.callcontrol.events.CallCtlEv |
CAUSE_ALTERNATE, CAUSE_BUSY, CAUSE_CALL_BACK, CAUSE_CALL_NOT_ANSWERED, CAUSE_CALL_PICKUP, CAUSE_CONFERENCE, CAUSE_DO_NOT_DISTURB, CAUSE_PARK, CAUSE_REDIRECTED, CAUSE_REORDER_TONE, CAUSE_TRANSFER, CAUSE_TRUNKS_BUSY, CAUSE_UNHOLD |
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. |
Methods inherited from interface javax.telephony.callcontrol.events.CallCtlEv |
getCallControlCause |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |