|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the base interface for all JccConnection
related events.
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 |
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 |
public static final int CONNECTION_AUTHORIZE_CALL_ATTEMPT
JccConnection.AUTHORIZE_CALL_ATTEMPT
.
public static final int CONNECTION_ADDRESS_COLLECT
JccConnection.ADDRESS_COLLECT
.
public static final int CONNECTION_ADDRESS_ANALYZE
JccConnection.ADDRESS_ANALYZE
.
public static final int CONNECTION_CALL_DELIVERY
JccConnection.CALL_DELIVERY
.
public static final int CONNECTION_MID_CALL
JccConnection.CONNECTED
state.
public static final int CONNECTION_ALERTING
JccConnection.ALERTING
.
public static final int CONNECTION_CONNECTED
JccConnection.CONNECTED
.
public static final int CONNECTION_CREATED
JccConnection.IDLE
state.
public static final int CONNECTION_DISCONNECTED
JccConnection.DISCONNECTED
.
public static final int CONNECTION_FAILED
JccConnection.FAILED
.
Method Detail |
public JccConnection getConnection()
JccEvent.getSource()
.
|
JCAT v0.3.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright - 2001, 2003 Sun Microsystems