JCAT
v0.3.1

javax.csapi.cc.jcc
Interface CallLoadControlEvent

All Superinterfaces:
JccEvent

public interface CallLoadControlEvent
extends JccEvent

This is the base interface for all Load Control related Events. All events which pertain to Load control must extend this interface. Events which extend this interface are reported via the CallLoadControlListener interface.

Since:
1.0

Field Summary
static int PROVIDER_CALL_OVERLOAD_CEASED
          indicates that the network has detected that the overload has ceased.
static int PROVIDER_CALL_OVERLOAD_ENCOUNTERED
          indicates that the network has detected overload.
 
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
 
Methods inherited from interface javax.csapi.cc.jcc.JccEvent
getCause, getID, getSource
 

Field Detail

PROVIDER_CALL_OVERLOAD_ENCOUNTERED

public static final int PROVIDER_CALL_OVERLOAD_ENCOUNTERED
indicates that the network has detected overload. This constant indicates a specific event passed via a CallLoadControlEvent event and is reported on the CallLoadControlListener interface.

See Also:
Constant Field Values

PROVIDER_CALL_OVERLOAD_CEASED

public static final int PROVIDER_CALL_OVERLOAD_CEASED
indicates that the network has detected that the overload has ceased. This constant indicates a specific event passed via a CallLoadControlEvent event and is reported on the CallLoadControlListener interface.

See Also:
Constant Field Values

JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems