|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.jcc.inap.JccConnectionEventImpl
public class JccConnectionEventImpl
Implements JccConnectionEvent interface.
| Field Summary | |
|---|---|
protected JccCalledPartyBCDNumber |
destAddress
|
| Fields inherited from interface javax.csapi.cc.jcc.JccConnectionEvent |
|---|
CONNECTION_ADDRESS_ANALYZE, CONNECTION_ADDRESS_COLLECT, CONNECTION_ALERTING, CONNECTION_AUTHORIZE_CALL_ATTEMPT, CONNECTION_CALL_DELIVERY, CONNECTION_CONNECTED, CONNECTION_CREATED, CONNECTION_DISCONNECTED, CONNECTION_FAILED, CONNECTION_MID_CALL |
| 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 |
| Constructor Summary | |
|---|---|
JccConnectionEventImpl(int id,
javax.csapi.cc.jcc.JccConnection connection,
int cause)
Creates a new instance of JccConnectionEventImpl. |
|
| Method Summary | |
|---|---|
javax.csapi.cc.jcc.JccCall |
getCall()
(Non Java-doc). |
int |
getCause()
(Non Java-doc). |
javax.csapi.cc.jcc.JccConnection |
getConnection()
(Non Java-doc). |
int |
getID()
(Non Java-doc). |
java.lang.Object |
getSource()
(Non Java-doc). |
void |
run()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected JccCalledPartyBCDNumber destAddress
| Constructor Detail |
|---|
public JccConnectionEventImpl(int id,
javax.csapi.cc.jcc.JccConnection connection,
int cause)
id - the id of this event.connection - the JccConnection associated with this eventcause - the cause associated with this event.| Method Detail |
|---|
public javax.csapi.cc.jcc.JccCall getCall()
getCall in interface javax.csapi.cc.jcc.JccCallEventJccCallEvent.getCall().public int getCause()
getCause in interface javax.csapi.cc.jcc.JccEventJccEvent.getCause().public javax.csapi.cc.jcc.JccConnection getConnection()
getConnection in interface javax.csapi.cc.jcc.JccConnectionEventJccConnectionEvent.getConnection().public int getID()
getID in interface javax.csapi.cc.jcc.JccEventJccEvent.getID().public java.lang.Object getSource()
getSource in interface javax.csapi.cc.jcc.JccEventJccEvent.getSource().public java.lang.String toString()
toString in class java.lang.Objectpublic void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||