jain.application.services.jcc
Interface JccCallEvent
- All Superinterfaces:
- JcpCallEvent, JcpEvent
- All Known Subinterfaces:
- JccConnectionEvent
- public interface JccCallEvent
- extends JcpCallEvent
This is the base interface for all JccCall
-related events.
Field Summary |
static int |
CALL_SUPERVISE_END
The CALL_SUPERVISE_END event indicates that the supervision of the call has ended. |
static int |
CALL_SUPERVISE_START
The CALL_SUPERVISE_START event indicates that the supervision of the call has started. |
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 |
CALL_SUPERVISE_START
public static final int CALL_SUPERVISE_START
- The CALL_SUPERVISE_START event indicates that the supervision of the call has started.
The policy followed is that given in
JccCall.superviseCall(JccCallListener,double,int,double)
.
CALL_SUPERVISE_END
public static final int CALL_SUPERVISE_END
- The CALL_SUPERVISE_END event indicates that the supervision of the call has ended.
The policy followed is that given in
JccCall.superviseCall(JccCallListener,double,int,double)
.
January 19, 2001
If you have any comments or queries, please mail them to m-JAIN-JCC@notes.cc.telcordia.comCopyright - 2001 Sun Microsystems