org.mobicents.protocols.ss7.map.api.dialog
Interface MAPUserAbortInfo


public interface MAPUserAbortInfo

MAP-UserAbortInfo ::= SEQUENCE { map-UserAbortChoice MAP-UserAbortChoice, ... extensionContainer ExtensionContainer OPTIONAL }

Author:
amit bhayani

Method Summary
 MAPDialog getMAPDialog()
          Get the MAPDialog for which this event is fired
 MAPUserAbortChoice getMAPUserAbortChoice()
          Get the MAPUserAbortChoice indicating the reason why peer aborted the MAP Dialog
 void setMAPDialog(MAPDialog mapDialog)
          Set the MAPDialog
 void setMAPUserAbortChoice(MAPUserAbortChoice mapUsrAbrtChoice)
          Set the MAPUserAbortChoice
 

Method Detail

getMAPDialog

MAPDialog getMAPDialog()
Get the MAPDialog for which this event is fired

Returns:

setMAPDialog

void setMAPDialog(MAPDialog mapDialog)
Set the MAPDialog

Parameters:
mapDialog -

getMAPUserAbortChoice

MAPUserAbortChoice getMAPUserAbortChoice()
Get the MAPUserAbortChoice indicating the reason why peer aborted the MAP Dialog

Returns:

setMAPUserAbortChoice

void setMAPUserAbortChoice(MAPUserAbortChoice mapUsrAbrtChoice)
Set the MAPUserAbortChoice

Parameters:
mapUsrAbrtChoice -


Copyright © 2011. All Rights Reserved.