JCAT
v0.3.1

javax.csapi.cc.jcc
Interface CallLoadControlListener

All Superinterfaces:
java.util.EventListener

public interface CallLoadControlListener
extends java.util.EventListener

Interface for notifying load control related changes happening in a JccProvider event. These changes are reported as events to the CallLoadControlListener method corresponding to the type of event. Applications must instantiate an object which implements this interface and then use the JccProvider.addCallLoadControlListener(CallLoadControlListener) method to register the object to receive all future events associated with the JccProvider object.

Since:
1.0

Method Summary
 void providerCallOverloadCeased(CallLoadControlEvent loadcontrolevent)
          This method indicates that the network has detected that the overload has ceased and has automatically removed load control on calls requested to a particular address range or calls made to a particular destination.
 void providerCallOverloadEncountered(CallLoadControlEvent loadcontrolevent)
          This method indicates that the network has detected overload and may have automatically imposed load control on calls requested to a particular address range or calls made to a particular destination.
 

Method Detail

providerCallOverloadEncountered

public void providerCallOverloadEncountered(CallLoadControlEvent loadcontrolevent)
This method indicates that the network has detected overload and may have automatically imposed load control on calls requested to a particular address range or calls made to a particular destination.

Parameters:
loadcontrolevent - CallLoadControlEvent with event ID CallLoadControlEvent.PROVIDER_CALL_OVERLOAD_ENCOUNTERED.

providerCallOverloadCeased

public void providerCallOverloadCeased(CallLoadControlEvent loadcontrolevent)
This method indicates that the network has detected that the overload has ceased and has automatically removed load control on calls requested to a particular address range or calls made to a particular destination.

Parameters:
loadcontrolevent - CallLoadControlEvent with event ID CallLoadControlEvent.PROVIDER_CALL_OVERLOAD_CEASED.

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