|
JCC v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is an extension of the JccCallListener and the JcpConnectionListener
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 |
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 |
connectionSuspended(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.SUSPENDED state |
Methods inherited from interface jain.application.services.jcp.JcpConnectionListener |
connectionAlerting, connectionConnected, connectionCreated, connectionDisconnected, connectionFailed, connectionInProgress, connectionUnknown |
Methods inherited from interface jain.application.services.jcp.JcpCallListener |
callActive, callCreated, callEventTransmissionEnded, callInvalid |
Methods inherited from interface jain.application.services.jcc.JccCallListener |
callSuperviseEnd, callSuperviseStart |
Method Detail |
public void connectionAuthorizeCallAttempt(JccConnectionEvent connectionevent)
JccConnection.AUTHORIZE_CALL_ATTEMPT
stateconnectionevent
- JccConnectionEvent.public void connectionAddressCollect(JccConnectionEvent connectionevent)
JccConnection.ADDRESS_COLLECT
stateconnectionevent
- JccConnectionEvent.public void connectionAddressAnalyze(JccConnectionEvent connectionevent)
JccConnection.ADDRESS_ANALYZE
stateconnectionevent
- JccConnectionEvent.public void connectionCallDelivery(JccConnectionEvent connectionevent)
JccConnection.CALL_DELIVERY
stateconnectionevent
- JccConnectionEvent.public void connectionSuspended(JccConnectionEvent connectionevent)
JccConnection.SUSPENDED
stateconnectionevent
- JccConnectionEvent.
|
JCC v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |