|
JCC v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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_MORE_DIGITS_NEEDED, 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 |
public static final int CONNECTION_ALERTING
JcpConnection.ALERTING
.public static final int CONNECTION_CONNECTED
JcpConnection.CONNECTED
.public static final int CONNECTION_CREATED
JcpConnection.IDLE
state.public static final int CONNECTION_DISCONNECTED
JcpConnection.DISCONNECTED
.public static final int CONNECTION_FAILED
JcpConnection.FAILED
.public static final int CONNECTION_INPROGRESS
JcpConnection.INPROGRESS
.public static final int CONNECTION_UNKNOWN
JcpConnection.UNKNOWN
.Method Detail |
public JcpConnection getConnection()
JcpEvent.getSource()
.
|
JCC v1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |