JCAT
v0.3.1

javax.csapi.cc.jcc
Interface JccConnectionEvent

All Superinterfaces:
JccCallEvent, JccEvent
All Known Subinterfaces:
JcatConnectionEvent

public interface JccConnectionEvent
extends JccCallEvent

This is the base interface for all JccConnection related events.

Since:
1.0

Field Summary
static int CONNECTION_ADDRESS_ANALYZE
          This event indicates that the state of the JccConnection object has changed to JccConnection.ADDRESS_ANALYZE.
static int CONNECTION_ADDRESS_COLLECT
          This event indicates that the state of the JccConnection object has changed to JccConnection.ADDRESS_COLLECT.
static int CONNECTION_ALERTING
          This event indicates that the state of the JccConnection object has changed to JccConnection.ALERTING.
static int CONNECTION_AUTHORIZE_CALL_ATTEMPT
          This event indicates that the state of the JccConnection object has changed to JccConnection.AUTHORIZE_CALL_ATTEMPT.
static int CONNECTION_CALL_DELIVERY
          This event indicates that the state of the JccConnection object has changed to JccConnection.CALL_DELIVERY.
static int CONNECTION_CONNECTED
          This event indicates that the state of the JccConnection object has changed to JccConnection.CONNECTED.
static int CONNECTION_CREATED
          This event indicates that a new JccConnection object has been created in the JccConnection.IDLE state.
static int CONNECTION_DISCONNECTED
          This event indicates that the state of the JccConnection object has changed to JccConnection.DISCONNECTED.
static int CONNECTION_FAILED
          This event indicates that the state of the JccConnection object has changed to JccConnection.FAILED.
static int CONNECTION_MID_CALL
          This event indicates that a mid call event has occurred in the JccConnection.CONNECTED state.
 
Fields inherited from interface javax.csapi.cc.jcc.JccCallEvent
CALL_ACTIVE, CALL_CREATED, CALL_EVENT_TRANSMISSION_ENDED, CALL_INVALID, CALL_SUPERVISE_END, CALL_SUPERVISE_START
 
Fields inherited from interface javax.csapi.cc.jcc.JccEvent
CAUSE_BUSY, CAUSE_CALL_CANCELLED, CAUSE_CALL_RESTRICTED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_GENERAL_FAILURE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_MORE_DIGITS_NEEDED, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NO_ANSWER, CAUSE_NORMAL, CAUSE_REDIRECTED, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_TIMER_EXPIRY, CAUSE_UNKNOWN, CAUSE_USER_NOT_AVAILABLE
 
Method Summary
 JccConnection getConnection()
          Returns the JccConnection associated with this event.
 
Methods inherited from interface javax.csapi.cc.jcc.JccCallEvent
getCall
 
Methods inherited from interface javax.csapi.cc.jcc.JccEvent
getCause, getID, getSource
 

Field Detail

CONNECTION_AUTHORIZE_CALL_ATTEMPT

public static final int CONNECTION_AUTHORIZE_CALL_ATTEMPT
This event indicates that the state of the JccConnection object has changed to JccConnection.AUTHORIZE_CALL_ATTEMPT.

See Also:
Constant Field Values

CONNECTION_ADDRESS_COLLECT

public static final int CONNECTION_ADDRESS_COLLECT
This event indicates that the state of the JccConnection object has changed to JccConnection.ADDRESS_COLLECT.

See Also:
Constant Field Values

CONNECTION_ADDRESS_ANALYZE

public static final int CONNECTION_ADDRESS_ANALYZE
This event indicates that the state of the JccConnection object has changed to JccConnection.ADDRESS_ANALYZE.

See Also:
Constant Field Values

CONNECTION_CALL_DELIVERY

public static final int CONNECTION_CALL_DELIVERY
This event indicates that the state of the JccConnection object has changed to JccConnection.CALL_DELIVERY.

See Also:
Constant Field Values

CONNECTION_MID_CALL

public static final int CONNECTION_MID_CALL
This event indicates that a mid call event has occurred in the JccConnection.CONNECTED state.

Since:
1.0b
See Also:
Constant Field Values

CONNECTION_ALERTING

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

Since:
1.0b
See Also:
Constant Field Values

CONNECTION_CONNECTED

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

Since:
1.0b
See Also:
Constant Field Values

CONNECTION_CREATED

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

Since:
1.0b
See Also:
Constant Field Values

CONNECTION_DISCONNECTED

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

Since:
1.0b
See Also:
Constant Field Values

CONNECTION_FAILED

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

Since:
1.0b
See Also:
Constant Field Values
Method Detail

getConnection

public JccConnection getConnection()
Returns the JccConnection associated with this event.

Returns:
JccConnection associated with this JccConnection Event. The result of this call might be a cast of the result of JccEvent.getSource().
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