JCC
v0.9.2

jain.application.services.jcp
Interface JcpConnectionEvent

All Known Subinterfaces:
JccConnectionEvent

public interface JcpConnectionEvent
extends JcpCallEvent

This is the base interface for all JcpConnection related events. This interface extends the JcpCallEvent interface.


Field Summary
static int CONNECTION_ALERTING
          This event indicates that the state of the JcpConnection object has changed to JcpConnection.ALERTING.
static int CONNECTION_CONNECTED
          This event indicates that the state of the JcpConnection object has changed to JcpConnection.CONNECTED.
static int CONNECTION_CREATED
          This event indicates that a new JcpConnection object has been created in the JcpConnection.IDLE state.
static int CONNECTION_DISCONNECTED
          This event indicates that the state of the JcpConnection object has changed to JcpConnection.DISCONNECTED.
static int CONNECTION_FAILED
          This event indicates that the state of the JcpConnection object has changed to JcpConnection.FAILED.
static int CONNECTION_INPROGRESS
          This event indicates that the state of the JcpConnection object has changed to JcpConnection.INPROGRESS.
static int CONNECTION_UNKNOWN
          This event indicates that the state of the JcpConnection object has changed to JcpConnection.UNKNOWN.
 
Fields inherited from interface jain.application.services.jcp.JcpCallEvent
CALL_ACTIVE, CALL_CREATED, CALL_EVENT_TRANSMISSION_ENDED, CALL_INVALID
 
Fields inherited from interface jain.application.services.jcp.JcpEvent
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_REDIRECTED, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN
 
Method Summary
 JcpConnection getConnection()
          Returns the JcpConnection associated with this event.
 
Methods inherited from interface jain.application.services.jcp.JcpCallEvent
getCall
 
Methods inherited from interface jain.application.services.jcp.JcpEvent
getCause, getID, getSource
 

Field Detail

CONNECTION_ALERTING

public static final int CONNECTION_ALERTING
This event indicates that the state of the JcpConnection object has changed to JcpConnection.ALERTING.

CONNECTION_CONNECTED

public static final int CONNECTION_CONNECTED
This event indicates that the state of the JcpConnection object has changed to JcpConnection.CONNECTED.

CONNECTION_CREATED

public static final int CONNECTION_CREATED
This event indicates that a new JcpConnection object has been created in the JcpConnection.IDLE state.

CONNECTION_DISCONNECTED

public static final int CONNECTION_DISCONNECTED
This event indicates that the state of the JcpConnection object has changed to JcpConnection.DISCONNECTED.

CONNECTION_FAILED

public static final int CONNECTION_FAILED
This event indicates that the state of the JcpConnection object has changed to JcpConnection.FAILED.

CONNECTION_INPROGRESS

public static final int CONNECTION_INPROGRESS
This event indicates that the state of the JcpConnection object has changed to JcpConnection.INPROGRESS.

CONNECTION_UNKNOWN

public static final int CONNECTION_UNKNOWN
This event indicates that the state of the JcpConnection object has changed to JcpConnection.UNKNOWN.
Method Detail

getConnection

public JcpConnection getConnection()
Returns the JcpConnection associated with this event.
Returns:
JcpConnection associated with this JcpConnection Event.

JCC
v0.9.2

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


Copyright-2000 Sun Microsystems