jain.jcc
Interface JccConnectionListener


public interface JccConnectionListener
extends JcpConnectionListener, JccCallListener

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


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.jcp.JcpConnectionListener
connectionAlerting, connectionConnected, connectionCreated, connectionDisconnected, connectionFailed, connectionInProgress, connectionUnknown
 
Methods inherited from interface jain.jcc.JccCallListener
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.

connectionSuspended

public void connectionSuspended(JccConnectionEvent connectionevent)
Indicates that the JccConnection has just been placed in the JccConnection.SUSPENDED state
Parameters:
connectionevent - JccConnectionEvent.


3 Oct 2000
If you have any comments or queries, please mail them to jcc@research.telcordia.com


Copyright-2000 Sun Microsystems