|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is an extension of the JccCallListener
interface and reports
state changes both of the JccCall
and its JccConnection
s.
Method Summary | |
void |
connectionAddressAnalyze(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.ADDRESS_ANALYZE state |
void |
connectionAddressCollect(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.ADDRESS_COLLECT state |
void |
connectionAlerting(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.ALERTING state |
void |
connectionAuthorizeCallAttempt(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.AUTHORIZE_CALL_ATTEMPT state |
void |
connectionCallDelivery(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.CALL_DELIVERY state |
void |
connectionConnected(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.CONNECTED state |
void |
connectionCreated(JccConnectionEvent connectionevent)
Indicates that the JccConnection object has just been created. |
void |
connectionDisconnected(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.DISCONNECTED state |
void |
connectionFailed(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.FAILED state |
void |
connectionMidCall(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just experienced a mid call event. |
Methods inherited from interface javax.csapi.cc.jcc.JccCallListener |
callActive, callCreated, callEventTransmissionEnded, callInvalid, callSuperviseEnd, callSuperviseStart |
Method Detail |
public void connectionAuthorizeCallAttempt(JccConnectionEvent connectionevent)
JccConnection.AUTHORIZE_CALL_ATTEMPT
state
connectionevent
- JccConnectionEvent.public void connectionAddressCollect(JccConnectionEvent connectionevent)
JccConnection.ADDRESS_COLLECT
state
connectionevent
- JccConnectionEvent.public void connectionAddressAnalyze(JccConnectionEvent connectionevent)
JccConnection.ADDRESS_ANALYZE
state
connectionevent
- JccConnectionEvent.public void connectionCallDelivery(JccConnectionEvent connectionevent)
JccConnection.CALL_DELIVERY
state
connectionevent
- JccConnectionEvent.public void connectionMidCall(JccConnectionEvent connectionevent)
JccConnection.getMidCallData()
can be queried.
connectionevent
- JccConnectionEvent.public void connectionCreated(JccConnectionEvent connectionevent)
JccConnection
object has just been created.
connectionevent
- event resulting from state change.public void connectionAlerting(JccConnectionEvent connectionevent)
JccConnection
has just been placed in the JccConnection.ALERTING
state
connectionevent
- event resulting from state change.public void connectionConnected(JccConnectionEvent connectionevent)
JccConnection
has just been placed in the JccConnection.CONNECTED
state
connectionevent
- event resulting from state change.public void connectionFailed(JccConnectionEvent connectionevent)
JccConnection
has just been placed in the JccConnection.FAILED
state
connectionevent
- event resulting from state change.public void connectionDisconnected(JccConnectionEvent connectionevent)
JccConnection
has just been placed in the JccConnection.DISCONNECTED
state
connectionevent
- event resulting from state change.
|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright - 2001, 2003 Sun Microsystems