JCAT
v0.3.1

javax.csapi.cc.jcc
Interface JccConnectionListener

All Superinterfaces:
java.util.EventListener, JccCallListener
All Known Subinterfaces:
JcatConnectionListener

public interface JccConnectionListener
extends JccCallListener

This interface is an extension of the JccCallListener interface and reports state changes both of the JccCall and its JccConnections.

Since:
1.0

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

connectionAuthorizeCallAttempt

public void connectionAuthorizeCallAttempt(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.AUTHORIZE_CALL_ATTEMPT state

Parameters:
connectionevent - JccConnectionEvent.

connectionAddressCollect

public void connectionAddressCollect(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.ADDRESS_COLLECT state

Parameters:
connectionevent - JccConnectionEvent.

connectionAddressAnalyze

public void connectionAddressAnalyze(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.ADDRESS_ANALYZE state

Parameters:
connectionevent - JccConnectionEvent.

connectionCallDelivery

public void connectionCallDelivery(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.CALL_DELIVERY state

Parameters:
connectionevent - JccConnectionEvent.

connectionMidCall

public void connectionMidCall(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just experienced a mid call event. To learn more about the specifics of the mid call event, JccConnection.getMidCallData() can be queried.

Parameters:
connectionevent - JccConnectionEvent.
Since:
1.0b

connectionCreated

public void connectionCreated(JccConnectionEvent connectionevent)
Indicates that the JccConnection object has just been created.

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

connectionAlerting

public void connectionAlerting(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.ALERTING state

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

connectionConnected

public void connectionConnected(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.CONNECTED state

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

connectionFailed

public void connectionFailed(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.FAILED state

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

connectionDisconnected

public void connectionDisconnected(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.DISCONNECTED state

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

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