JCAT
v0.3.1

javax.jcat
Interface JcatConnectionListener

All Superinterfaces:
java.util.EventListener, JccCallListener, JccConnectionListener

public interface JcatConnectionListener
extends JccConnectionListener

This interface is an extension of the JccConnectionListener interface and reports state changes both of the JccCall and its JcatConnections.

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.

Since:
1.0

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

connectionSuspended

public void connectionSuspended(JcatConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JcatConnection.SUSPENDED state

Parameters:
connectionevent - event resulting from state change.
Since:
1.0

JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems