jain.jcc
Interface CallLoadControlListener
- 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() method to register the object to receive all future
events associated with the JccProvider object.
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. |
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.
3 Oct 2000 If you have any comments or queries, please mail them to jcc@research.telcordia.com
Copyright-2000 Sun Microsystems