org.mobicents.protocols.ss7.isup
Interface ISUPTransaction

All Known Subinterfaces:
ISUPClientTransaction, ISUPServerTransaction

public interface ISUPTransaction

Start time:08:56:08 2009-08-30
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Method Summary
 ISUPMessage getOriginalMessage()
          Get original message whcih started this transaction
 TransactionKey getTransactionKey()
          Get unique transaction key associated with this transaction
 boolean isServerTransaction()
          Determine if this transaction is server.
 boolean isTerminated()
          Determine if transaction has terminated properly.
 boolean isTimedout()
          Determine if transaction has terminated properly.
 

Method Detail

getTransactionKey

TransactionKey getTransactionKey()
Get unique transaction key associated with this transaction

Returns:

isServerTransaction

boolean isServerTransaction()
Determine if this transaction is server.

Returns:

getOriginalMessage

ISUPMessage getOriginalMessage()
Get original message whcih started this transaction

Returns:

isTerminated

boolean isTerminated()
Determine if transaction has terminated properly.

Returns:

isTimedout

boolean isTimedout()
Determine if transaction has terminated properly.

Returns:


Copyright © 2010. All Rights Reserved.