public interface MAPStack
| Modifier and Type | Method and Description |
|---|---|
MAPProvider |
getMAPProvider() |
TCAPStack |
getTCAPStack() |
void |
onCongestionFinish(java.lang.String source)
As soon as congestion abates in the underlying source, it calls this
method to notify about it.
|
void |
onCongestionStart(java.lang.String source)
As soon as congestion starts in the underlying source, it calls this
method to notify about it.
|
void |
start() |
void |
stop() |
MAPProvider getMAPProvider()
void stop()
void start()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionTCAPStack getTCAPStack()
void onCongestionStart(java.lang.String source)
CongestionListener#onCongestionFinish(String) is calledsource - The underlying source which is facing congestionvoid onCongestionFinish(java.lang.String source)
CongestionListener#onCongestionStart(String) is calledsource - The underlying sourceCopyright © 2012. All Rights Reserved.