|
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 JccConnectionListener interface and reports
state changes both of the JccCall
and its JcatConnection
s.
The methods provided on this interface are on account of the fact that the states defined in the JcatConnection interface provide more detail to the states defined in the JccConnection interface. As a result each state in the JccConnection interface corresponds to a state defined in the JcatConnection interface. Conversely, each JcatConnection state corresponds to exactly one JccConnection state. This arrangement permits applications to view either the JccConnection state or the JcatConnection state and still see a consistent view.
Additionally, note that the JccConnectionEvent.CONNECTION_CONNECTED
state
now also allows a transition to JcatConnectionEvent.CONNECTION_SUSPENDED
state and back.
Method Summary | |
void |
connectionSuspended(JcatConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the
JcatConnection.SUSPENDED state |
Methods inherited from interface javax.csapi.cc.jcc.JccConnectionListener |
connectionAddressAnalyze, connectionAddressCollect, connectionAlerting, connectionAuthorizeCallAttempt, connectionCallDelivery, connectionConnected, connectionCreated, connectionDisconnected, connectionFailed, connectionMidCall |
Methods inherited from interface javax.csapi.cc.jcc.JccCallListener |
callActive, callCreated, callEventTransmissionEnded, callInvalid, callSuperviseEnd, callSuperviseStart |
Method Detail |
public void connectionSuspended(JcatConnectionEvent connectionevent)
JccConnection
has just been placed in the
JcatConnection.SUSPENDED
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