jain.jcc
Interface CallLoadControlEvent


public interface CallLoadControlEvent
extends Event

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.


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 jain.jcp.Event
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_REDIRECTED, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN
 
Methods inherited from interface jain.jcp.Event
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.

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.


3 Oct 2000
If you have any comments or queries, please mail them to jcc@research.telcordia.com


Copyright-2000 Sun Microsystems