|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ACDAddrEv
The ACDAddrEv interfaces is the base event for all events
pertaining to the ACDAddress interface. This interface extends
the CallCentEv interface and the core AddrEv
interface. All event interfaces which extend this interface are reported via
the ACDAddressObserver interface.
The call center package defines events interfaces which extend this
interface to report state changes in Agent's which are
associated with the ACDAddress. These events are:
ACDAddrBusyEv, ACDAddrLoggedOffEv,
ACDAddrLoggedOnEv, ACDAddrNotReadyEv,
ACDAddrUnknownEv, ACDAddrWorkNotReadyEv,
and ACDAddrWorkReadyEv.
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 ACDAddressEvent
Terminal,
TermEv,
Agent,
ACDAddress,
CallCentEv,
ACDAddrBusyEv,
ACDAddrLoggedOnEv,
ACDAddrLoggedOffEv,
ACDAddrNotReadyEv,
ACDAddrReadyEv,
ACDAddrUnknownEv,
ACDAddrWorkNotReadyEv,
ACDAddrWorkReadyEv| Field Summary |
|---|
| Fields inherited from interface javax.telephony.callcenter.events.CallCentEv |
|---|
CAUSE_NO_AVAILABLE_AGENTS |
| Method Summary | |
|---|---|
Agent |
getAgent()
Returns the Agent associated with this event. |
Address |
getAgentAddress()
Deprecated. JTAPI v1.2 This method has been replaced by the getAgent() method. |
AgentTerminal |
getAgentTerminal()
Deprecated. JTAPI v1.2. This method has been replaced by the getAgent() method. |
int |
getState()
Deprecated. JTAPI v1.2 This method has been replaced by the getAgent() method. |
CallCenterTrunk[] |
getTrunks()
Deprecated. JTAPI v1.2. This method has been replaced by the getAgent() method. |
| 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.AddrEv |
|---|
getAddress |
| Methods inherited from interface javax.telephony.events.Ev |
|---|
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
| Method Detail |
|---|
Agent getAgent()
Agent associated with this event.
AgentTerminal getAgentTerminal()
Agent.
Note: This method has been replaced in JTAPI v1.2 and
later. Applications should use the ACDAddrEv.getAgent()
method to obtain the Agent and then use the
Agent.getAgentTerminal() method.
int getState()
Agent.
Note: This method has been replaced in JTAPI v1.2 and
later. Applications should use the ACDAddrEv.getAgent()
method to obtain the Agent and then use the
Agent.getState() method.
Address getAgentAddress()
Agent's Terminal.
Note: This method has been replaced in JTAPI v1.2 and
later. Applications should use the ACDAddrEv.getAgent()
method to obtain the Agent and then use the
Agent.getAgentAddress() method.
CallCenterTrunk[] getTrunks()
Note: This method has been replaced in JTAPI v1.2 and
later. Applications should use the ACDAddrEv.getAgent()
method to obtain the Agent and then get the trunks via the
CallCenterCall interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||