Uses of Interface
org.mobicents.protocols.ss7.map.api.MAPDialog

Packages that use MAPDialog
org.mobicents.protocols.ss7.map.api   
org.mobicents.protocols.ss7.map.api.dialog   
 

Uses of MAPDialog in org.mobicents.protocols.ss7.map.api
 

Methods in org.mobicents.protocols.ss7.map.api that return MAPDialog
 MAPDialog MAPProvider.createNewDialog(MAPApplicationContext appCntx, SccpAddress origAddress, AddressString origReference, SccpAddress destAddress, AddressString destReference)
          Creates a new Dialog.
 MAPDialog MAPMessage.getMAPDialog()
           
 MAPDialog MAPProvider.getMAPDialog(java.lang.Long dialogId)
          Get MAPDialog corresponding to passed dialogId
 

Methods in org.mobicents.protocols.ss7.map.api with parameters of type MAPDialog
 void MAPMessage.setMAPDialog(MAPDialog mapDialog)
           
 

Uses of MAPDialog in org.mobicents.protocols.ss7.map.api.dialog
 

Methods in org.mobicents.protocols.ss7.map.api.dialog that return MAPDialog
 MAPDialog MAPRefuseInfo.getMAPDialog()
           
 MAPDialog MAPCloseInfo.getMAPDialog()
          Get the MAPDialog for which this event is fired
 MAPDialog MAPOpenInfo.getMAPDialog()
          Get the MAPDialog for which this event is fired
 MAPDialog MAPUserAbortInfo.getMAPDialog()
          Get the MAPDialog for which this event is fired
 MAPDialog MAPProviderAbortInfo.getMAPDialog()
          Get the MAPDialog for which this event is fired
 MAPDialog MAPAcceptInfo.getMAPDialog()
           
 

Methods in org.mobicents.protocols.ss7.map.api.dialog with parameters of type MAPDialog
 void MAPRefuseInfo.setMAPDialog(MAPDialog mapDialog)
           
 void MAPCloseInfo.setMAPDialog(MAPDialog mapDialog)
          Set the MAPDialog
 void MAPOpenInfo.setMAPDialog(MAPDialog mapDialog)
          Set the MAPDialog
 void MAPUserAbortInfo.setMAPDialog(MAPDialog mapDialog)
          Set the MAPDialog
 void MAPProviderAbortInfo.setMAPDialog(MAPDialog mapDialog)
          Set the MAPDialog
 void MAPAcceptInfo.setMAPDialog(MAPDialog mapDialog)
           
 



Copyright © 2011. All Rights Reserved.