|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.jcc.local.JccCallEventLocal
org.mobicents.slee.resource.jcc.local.JccConnectionEventLocal
public class JccConnectionEventLocal
Wraps JccConnectionEvent to disallow addConnectionListener, addCallListener methods. When a disallowed method is invoked, the resource adaptor entity throws a SecurityException.
| Field Summary |
|---|
| 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 | |
|---|---|
JccConnectionEventLocal(JccConnectionLocal connection,
int id,
int cause,
java.lang.Object source,
JccCallLocal call)
Creates a new instance of JccCallEventLocal |
|
| Method Summary | |
|---|---|
javax.csapi.cc.jcc.JccConnection |
getConnection()
(Non-Javadoc) |
| Methods inherited from class org.mobicents.slee.resource.jcc.local.JccCallEventLocal |
|---|
getCall, getCause, getID, getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.csapi.cc.jcc.JccCallEvent |
|---|
getCall |
| Methods inherited from interface javax.csapi.cc.jcc.JccEvent |
|---|
getCause, getID, getSource |
| Constructor Detail |
|---|
public JccConnectionEventLocal(JccConnectionLocal connection,
int id,
int cause,
java.lang.Object source,
JccCallLocal call)
| Method Detail |
|---|
public javax.csapi.cc.jcc.JccConnection getConnection()
getConnection in interface javax.csapi.cc.jcc.JccConnectionEventJccConnectionEvent.getConnection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||