org.mobicents.protocols.ss7.isup
Interface ISUPListener


public interface ISUPListener

Author:
kulikov, baranowb

Method Summary
 void onMessage(ISUPMessage message)
           
 void onTransactionEnded(ISUPClientTransaction tx)
           
 void onTransactionEnded(ISUPServerTransaction tx)
           
 void onTransactionTimeout(ISUPClientTransaction tx)
           
 void onTransactionTimeout(ISUPServerTransaction tx)
           
 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
 void onTransportUp()
          Method called when transport provider is able to send/rcv messages, any calls to send methods after this callback are welcome.
 

Method Detail

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.