Class MAPPurgeMSRequestEvent

    • Constructor Detail

      • MAPPurgeMSRequestEvent

        public MAPPurgeMSRequestEvent​(MAPDialog dialog,
                                      TcapOperation operation,
                                      MAPPurgeMS_Arg_v2 argument,
                                      int invokeId,
                                      boolean hasLinkedId,
                                      int linkedId,
                                      boolean lastInvoke)
        Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPurgeMSRequestEvent
        Parameters:
        dialog - the associated dialog
        operation - metadata object that describes the operation
        argument - argument POJO
        invokeId - TCAP invoke ID
        hasLinkedId - true if linked ID is present
        linkedId - TCAP linked ID
        lastInvoke - (ANSI TCAP only) true if is an Invoke (Last) and false if an Invoke (Not Last), not used in ITU-T TCAP
    • Method Detail

      • getDialog

        public MAPDialog getDialog()
        Gets the associated dialog.
        Overrides:
        getDialog in class Event
        Returns:
        the associated dialog