jain.jcp
Interface JcpConnectionListener

All Known Subinterfaces:
JccConnectionListener

public interface JcpConnectionListener
extends JcpCallListener

This interface is an extension of the JcpCallListener interface and reports state changes both of the JcpCall and its JcpConnections.


Method Summary
 void connectionAlerting(JcpConnectionEvent connectionevent)
          Indicates that the JcpConnection has just been placed in the JcpConnection.ALERTING state
 void connectionConnected(JcpConnectionEvent connectionevent)
          Indicates that the JcpConnection has just been placed in the JcpConnection.CONNECTED state
 void connectionCreated(JcpConnectionEvent connectionevent)
          Indicates that the JcpConnection object has just been created.
 void connectionDisconnected(JcpConnectionEvent connectionevent)
          Indicates that the JcpConnection has just been placed in the JcpConnection.DISCONNECTED state
 void connectionFailed(JcpConnectionEvent connectionevent)
          Indicates that the JcpConnection has just been placed in the JcpConnection.FAILED state
 void connectionInProgress(JcpConnectionEvent connectionevent)
          Indicates that the JcpConnection has just been placed in the JcpConnection.INPROGRESS state
 void connectionUnknown(JcpConnectionEvent connectionevent)
          Indicates that the JcpConnection has just been placed in the JcpConnection.UNKNOWN state
 
Methods inherited from interface jain.jcp.JcpCallListener
callActive, callCreated, callEventTransmissionEnded, callInvalid
 

Method Detail

connectionCreated

public void connectionCreated(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection object has just been created.
Parameters:
connectionevent - event resulting from state change.

connectionAlerting

public void connectionAlerting(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.ALERTING state
Parameters:
connectionevent - event resulting from state change.

connectionConnected

public void connectionConnected(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.CONNECTED state
Parameters:
connectionevent - event resulting from state change.

connectionInProgress

public void connectionInProgress(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.INPROGRESS state
Parameters:
connectionevent - event resulting from state change.

connectionFailed

public void connectionFailed(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.FAILED state
Parameters:
connectionevent - event resulting from state change.

connectionDisconnected

public void connectionDisconnected(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.DISCONNECTED state
Parameters:
connectionevent - event resulting from state change.

connectionUnknown

public void connectionUnknown(JcpConnectionEvent connectionevent)
Indicates that the JcpConnection has just been placed in the JcpConnection.UNKNOWN state
Parameters:
connectionevent - event resulting from state change.


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


Copyright-2000 Sun Microsystems