jain.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 and therefore is reported via the JcpCallListener 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.jcp.Event |
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 |
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.
getConnection
public JcpConnection getConnection()
- Returns the JcpConnection associated with this event.
- Returns:
- JcpConnection associated with this JcpConnection Event.
3 Oct 2000 If you have any comments or queries, please mail them to jcc@research.telcordia.com
Copyright-2000 Sun Microsystems