org.mobicents.protocols.ss7.isup
Interface ISUPListener
public interface ISUPListener
- Author:
- kulikov, baranowb
onMessage
void onMessage(ISUPMessage message)
onTransactionTimeout
void onTransactionTimeout(ISUPClientTransaction tx)
onTransactionTimeout
void onTransactionTimeout(ISUPServerTransaction tx)
onTransactionEnded
void onTransactionEnded(ISUPClientTransaction tx)
onTransactionEnded
void onTransactionEnded(ISUPServerTransaction tx)
onTransportDown
void onTransportDown()
- Method called when transport provider is not able to send/rcv messages, any calls to send methods after this callback will throw exception
onTransportUp
void onTransportUp()
- Method called when transport provider is able to send/rcv messages, any calls to send methods after this callback are welcome.
Copyright © 2010. All Rights Reserved.