org.mobicents.jcc.inap
Class JccCallEventImpl

java.lang.Object
  extended by org.mobicents.jcc.inap.JccCallEventImpl
All Implemented Interfaces:
javax.csapi.cc.jcc.JccCallEvent, javax.csapi.cc.jcc.JccEvent

public class JccCallEventImpl
extends java.lang.Object
implements javax.csapi.cc.jcc.JccCallEvent

Author:
Oleg Kulikov

Field Summary
 
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
JccCallEventImpl(java.lang.Object source, javax.csapi.cc.jcc.JccCall call, int id, int cause)
          Creates a new instance of JccCallEventImpl
 
Method Summary
 javax.csapi.cc.jcc.JccCall getCall()
           
 int getCause()
           
 int getID()
           
 java.lang.Object getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JccCallEventImpl

public JccCallEventImpl(java.lang.Object source,
                        javax.csapi.cc.jcc.JccCall call,
                        int id,
                        int cause)
Creates a new instance of JccCallEventImpl

Method Detail

getCall

public javax.csapi.cc.jcc.JccCall getCall()
Specified by:
getCall in interface javax.csapi.cc.jcc.JccCallEvent

getCause

public int getCause()
Specified by:
getCause in interface javax.csapi.cc.jcc.JccEvent

getID

public int getID()
Specified by:
getID in interface javax.csapi.cc.jcc.JccEvent

getSource

public java.lang.Object getSource()
Specified by:
getSource in interface javax.csapi.cc.jcc.JccEvent


Copyright © 2010. All Rights Reserved.