|
JCC v0.9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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,EventFilter)
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. |
Method Detail |
public void providerCallOverloadEncountered(CallLoadControlEvent loadcontrolevent)
loadcontrolevent
- CallLoadControlEvent with event ID CallLoadControlEvent.PROVIDER_CALL_OVERLOAD_ENCOUNTERED
.public void providerCallOverloadCeased(CallLoadControlEvent loadcontrolevent)
loadcontrolevent
- CallLoadControlEvent with event ID CallLoadControlEvent.PROVIDER_CALL_OVERLOAD_CEASED
.
|
JCC v0.9.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |